Html Css Color HEX #6F05AC Purple Heart

📋 copy color: '#6F05AC'

red 111 ◦ green 5 ◦ blue 172

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

Shades of Purple Heart #6F05AC

Tints of Purple Heart #6F05AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

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

R = 38.54%
G = 1.74%
B = 59.72%

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

#6F05AC (or 0x6F05AC) is known color: Purple Heart. HEX triplet: 6F, 05 and AC. RGB value is (111,5,172). Sum of RGB (Red+Green+Blue) = 111+5+172=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F05AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F05AC is #90FA53. Grayscale: #373737. Windows color (decimal): -9501268 or 11273583. OLE color: 11273583.

HSL color Cylindrical-coordinate representation of color #6F05AC: hue angle of 278.08º degrees, saturation: 0.94, 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 #6F05AC is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 5 172 -
CMYK 0.35 0.97 0 0.33
HSL 278.08º 0.94% 0.35% -
HSV(B) 278.08º 0.97% 0.67% -
XYZ 14.06 6.47 39.54 -
YUV 55.73 193.62 167.42 -
System Red Green Blue C M Y K H S L
Decimal 111 5 172 0.35 0.97 0 0.33 278.08 0.94 0.35
Hex 6F 5 AC 23 61 0 21 116 5E 23
Octal 157 5 254 43 141 0 41 426 136 43
Binary 1101111 101 10101100 100011 1100001 0 100001 100010110 1011110 100011

Color Harmonies of #6F05AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F05AC

Black with #6F05AC

Text Example


Text Example

White with #6F05AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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