#670EAE

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

Shades of Purple Heart #670EAE

Tints of Purple Heart #670EAE

Color information

#670EAE (or 0x670EAE) is unknown color: approx Purple Heart. HEX triplet: 67, 0E and AE. RGB value is (103,14,174). Sum of RGB (Red+Green+Blue) = 103+14+174=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #670EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670EAE is #98F151. Grayscale: #3A3A3A. Windows color (decimal): -10023250 or 11406951. OLE color: 11406951.

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

Color convert

RGB10314174-
CMYK0.410.9200.32
HSL273.38º85.11%36.86%-
HSV(B)273.38º91.95%68.24%-
XYZ13.396.2540.55-
YUV58.85192.99159.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.40%
GREEN value IS 14 (5.86% from 255) = 4.81%
BLUE value IS 174 (68.36% from 255) = 59.79%
R=35.40%
G=4.81%
B=59.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal103141740.410.9200.32273.3885.1136.86
Hex67EAE295C0201115525
Octal147162565113404042112545
Binary1100111111010101110101001101110001000001000100011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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