#670EAB

Color #670EAB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #670EAB

Tints of Purple Heart #670EAB

Color information

#670EAB (or 0x670EAB) is unknown color: approx Purple Heart. HEX triplet: 67, 0E and AB. RGB value is (103,14,171). Sum of RGB (Red+Green+Blue) = 103+14+171=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #670EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670EAB is #98F154. Grayscale: #393939. Windows color (decimal): -10023253 or 11210343. OLE color: 11210343.

HSL color Cylindrical-coordinate representation of color #670EAB: hue angle of 274.01º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670EAB is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10314171-
CMYK0.400.9200.33
HSL274.01º84.86%36.27%-
HSV(B)274.01º91.81%67.06%-
XYZ13.16.1439.02-
YUV58.51191.49159.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 35.76%
GREEN value IS 14 (5.86% from 255) = 4.86%
BLUE value IS 171 (67.19% from 255) = 59.38%
R=35.76%
G=4.86%
B=59.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103141710.400.9200.33274.0184.8636.27
Hex67EAB285C0211125524
Octal147162535013404142212544
Binary1100111111010101011101000101110001000011000100101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670EAB; }

 p { color: rgb(103,14,171); }

 H1.HeaderClassName
 {
   color: #670EAB;
 }
 .AnyTagClassName
 {
   color: #670EAB;
 }
</style>
background-color css

<style>
 a { background-color: #670EAB; }

 a { background-color: rgb(103,14,171); }

 div.DivClassName
 {
   background-color: #670EAB;
 }
 .BgClassName
 {
   background-color: #670EAB;
 }
</style>
border-color css

<style>
 span { border-color: #670EAB; }

 span { border-color: rgb(103,14,171); }

 td.TdClassName
 {
   border-color: #670EAB;
 }
 .TagClassName
 {
   border-color: #670EAB;
 }
</style>