#670AAB

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

Shades of Purple Heart #670AAB

Tints of Purple Heart #670AAB

Color information

#670AAB (or 0x670AAB) is unknown color: approx Purple Heart. HEX triplet: 67, 0A and AB. RGB value is (103,10,171). Sum of RGB (Red+Green+Blue) = 103+10+171=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #670AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670AAB is #98F554. Grayscale: #373737. Windows color (decimal): -10024277 or 11209319. OLE color: 11209319.

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

Color convert

RGB10310171-
CMYK0.400.9400.33
HSL274.66º88.95%35.49%-
HSV(B)274.66º94.15%67.06%-
XYZ13.056.0439.01-
YUV56.16192.81161.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.27%
GREEN value IS 10 (4.30% from 255) = 3.52%
BLUE value IS 171 (67.19% from 255) = 60.21%
R=36.27%
G=3.52%
B=60.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103101710.400.9400.33274.6688.9535.49
Hex67AAB285E0211135923
Octal147122535013604142313143
Binary1100111101010101011101000101111001000011000100111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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