Html Css Color HEX #6F06AC Purple Heart

📋 copy color: '#6F06AC'

red 111 ◦ green 6 ◦ blue 172

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

Shades of Purple Heart #6F06AC

Tints of Purple Heart #6F06AC

RGB

 RED value IS 111 (43.75% from 255) = 38.41%

 GREEN value IS 6 (2.73% from 255) = 2.08%

 BLUE value IS 172 (67.58% from 255) = 59.52%

R = 38.41%
G = 2.08%
B = 59.52%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F06AC (or 0x6F06AC) is known color: Purple Heart. HEX triplet: 6F, 06 and AC. RGB value is (111,6,172). Sum of RGB (Red+Green+Blue) = 111+6+172=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F06AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F06AC is #90F953. Grayscale: #373737. Windows color (decimal): -9501012 or 11273839. OLE color: 11273839.

HSL color Cylindrical-coordinate representation of color #6F06AC: hue angle of 277.95º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F06AC is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 6 172 -
CMYK 0.35 0.97 0 0.33
HSL 277.95º 0.93% 0.35% -
HSV(B) 277.95º 0.97% 0.67% -
XYZ 14.07 6.49 39.54 -
YUV 56.32 193.29 167 -
System Red Green Blue C M Y K H S L
Decimal 111 6 172 0.35 0.97 0 0.33 277.95 0.93 0.35
Hex 6F 6 AC 23 61 0 21 116 5D 23
Octal 157 6 254 43 141 0 41 426 135 43
Binary 1101111 110 10101100 100011 1100001 0 100001 100010110 1011101 100011

Color Harmonies of #6F06AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F06AC

Black with #6F06AC

Text Example


Text Example

White with #6F06AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,6,172); }

 H1.HeaderClassName
 {
   color: #6F06AC;
 }
 .AnyTagClassName
 {
   color: #6F06AC;
 }
</style>

background-color css

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

 a { background-color: rgb(111,6,172); }

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

border-color css

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

 span { border-color: rgb(111,6,172); }

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