#6B04AE

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

Shades of Purple Heart #6B04AE

Tints of Purple Heart #6B04AE

Color information

#6B04AE (or 0x6B04AE) is unknown color: approx Purple Heart. HEX triplet: 6B, 04 and AE. RGB value is (107,4,174). Sum of RGB (Red+Green+Blue) = 107+4+174=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B04AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B04AE is #94FB51. Grayscale: #353535. Windows color (decimal): -9763666 or 11404395. OLE color: 11404395.

HSL color Cylindrical-coordinate representation of color #6B04AE: hue angle of 276.35º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B04AE is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1074174-
CMYK0.390.9800.32
HSL276.35º95.51%34.9%-
HSV(B)276.35º97.7%68.24%-
XYZ13.756.2740.53-
YUV54.18195.62165.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.54%
GREEN value IS 4 (1.95% from 255) = 1.40%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=37.54%
G=1.40%
B=61.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10741740.390.9800.32276.3595.5134.9
Hex6B4AE27620201146023
Octal15342564714204042414043
Binary110101110010101110100111110001001000001000101001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B04AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B04AE; }

 p { color: rgb(107,4,174); }

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

<style>
 a { background-color: #6B04AE; }

 a { background-color: rgb(107,4,174); }

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

<style>
 span { border-color: #6B04AE; }

 span { border-color: rgb(107,4,174); }

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