#6F04AD

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

Shades of Purple Heart #6F04AD

Tints of Purple Heart #6F04AD

Color information

#6F04AD (or 0x6F04AD) is unknown color: approx Purple Heart. HEX triplet: 6F, 04 and AD. RGB value is (111,4,173). Sum of RGB (Red+Green+Blue) = 111+4+173=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F04AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F04AD is #90FB52. Grayscale: #363636. Windows color (decimal): -9501523 or 11338863. OLE color: 11338863.

HSL color Cylindrical-coordinate representation of color #6F04AD: hue angle of 277.99º degrees, saturation: 0.95, 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 #6F04AD is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1114173-
CMYK0.360.9800.32
HSL277.99º95.48%34.71%-
HSV(B)277.99º97.69%67.84%-
XYZ14.146.4840.04-
YUV55.26194.45167.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 173 (67.97% from 255) = 60.07%
R=38.54%
G=1.39%
B=60.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11141730.360.9800.32277.9995.4834.71
Hex6F4AD24620201165f23
Octal15742554414204042613743
Binary110111110010101101100100110001001000001000101101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F04AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,4,173); }

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

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

 a { background-color: rgb(111,4,173); }

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

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

 span { border-color: rgb(111,4,173); }

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