#670AAE

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

Shades of Purple Heart #670AAE

Tints of Purple Heart #670AAE

Color information

#670AAE (or 0x670AAE) is unknown color: approx Purple Heart. HEX triplet: 67, 0A and AE. RGB value is (103,10,174). Sum of RGB (Red+Green+Blue) = 103+10+174=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #670AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670AAE is #98F551. Grayscale: #373737. Windows color (decimal): -10024274 or 11405927. OLE color: 11405927.

HSL color Cylindrical-coordinate representation of color #670AAE: hue angle of 274.02º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670AAE is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10310174-
CMYK0.410.9400.32
HSL274.02º89.13%36.08%-
HSV(B)274.02º94.25%68.24%-
XYZ13.346.1640.53-
YUV56.5194.31161.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.89%
GREEN value IS 10 (4.30% from 255) = 3.48%
BLUE value IS 174 (68.36% from 255) = 60.63%
R=35.89%
G=3.48%
B=60.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal103101740.410.9400.32274.0289.1336.08
Hex67AAE295E0201125924
Octal147122565113604042213144
Binary1100111101010101110101001101111001000001000100101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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