Html Css Color HEX #6F08AD Purple Heart

📋 copy color: '#6F08AD'

red 111 ◦ green 8 ◦ blue 173

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

Shades of Purple Heart #6F08AD

Tints of Purple Heart #6F08AD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.74%

 BLUE value IS 173 (67.97% from 255) = 59.25%

R = 38.01%
G = 2.74%
B = 59.25%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F08AD (or 0x6F08AD) is known color: Purple Heart. HEX triplet: 6F, 08 and AD. RGB value is (111,8,173). Sum of RGB (Red+Green+Blue) = 111+8+173=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F08AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F08AD is #90F752. Grayscale: #393939. Windows color (decimal): -9500499 or 11339887. OLE color: 11339887.

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

Color convert

RGB 111 8 173 -
CMYK 0.36 0.95 0 0.32
HSL 277.45º 0.91% 0.35% -
HSV(B) 277.45º 0.95% 0.68% -
XYZ 14.19 6.57 40.06 -
YUV 57.61 193.12 166.08 -
System Red Green Blue C M Y K H S L
Decimal 111 8 173 0.36 0.95 0 0.32 277.45 0.91 0.35
Hex 6F 8 AD 24 5F 0 20 115 5B 23
Octal 157 10 255 44 137 0 40 425 133 43
Binary 1101111 1000 10101101 100100 1011111 0 100000 100010101 1011011 100011

Color Harmonies of #6F08AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F08AD

Black with #6F08AD

Text Example


Text Example

White with #6F08AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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