Html Css Color HEX #6F04AD Purple Heart

📋 copy color: '#6F04AD'

red 111 ◦ green 4 ◦ blue 173

#6F04AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6F04AD

Tints of Purple Heart #6F04AD

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 value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F04AD (or 0x6F04AD) is known color: 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

RGB 111 4 173 -
CMYK 0.36 0.98 0 0.32
HSL 277.99º 0.95% 0.35% -
HSV(B) 277.99º 0.98% 0.68% -
XYZ 14.14 6.48 40.04 -
YUV 55.26 194.45 167.76 -
System Red Green Blue C M Y K H S L
Decimal 111 4 173 0.36 0.98 0 0.32 277.99 0.95 0.35
Hex 6F 4 AD 24 62 0 20 116 5F 23
Octal 157 4 255 44 142 0 40 426 137 43
Binary 1101111 100 10101101 100100 1100010 0 100000 100010110 1011111 100011

Color Harmonies of #6F04AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F04AD

Black with #6F04AD

Text Example


Text Example

White with #6F04AD

Text Example


Text Example

HTML Codes & Css Web 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>