Html Css Color HEX #6F0DAB Purple Heart

📋 copy color: '#6F0DAB'

red 111 ◦ green 13 ◦ blue 171

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

Shades of Purple Heart #6F0DAB

Tints of Purple Heart #6F0DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

 BLUE value IS 171 (67.19% from 255) = 57.97%

R = 37.63%
G = 4.41%
B = 57.97%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F0DAB (or 0x6F0DAB) is known color: Purple Heart. HEX triplet: 6F, 0D and AB. RGB value is (111,13,171). Sum of RGB (Red+Green+Blue) = 111+13+171=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F0DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0DAB is #90F254. Grayscale: #3B3B3B. Windows color (decimal): -9499221 or 11210095. OLE color: 11210095.

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

Color convert

RGB 111 13 171 -
CMYK 0.35 0.92 0 0.33
HSL 277.22º 0.86% 0.36% -
HSV(B) 277.22º 0.92% 0.67% -
XYZ 14.05 6.61 39.06 -
YUV 60.31 190.47 164.15 -
System Red Green Blue C M Y K H S L
Decimal 111 13 171 0.35 0.92 0 0.33 277.22 0.86 0.36
Hex 6F D AB 23 5C 0 21 115 56 24
Octal 157 15 253 43 134 0 41 425 126 44
Binary 1101111 1101 10101011 100011 1011100 0 100001 100010101 1010110 100100

Color Harmonies of #6F0DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0DAB

Black with #6F0DAB

Text Example


Text Example

White with #6F0DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,13,171); }

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

background-color css

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

 a { background-color: rgb(111,13,171); }

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

border-color css

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

 span { border-color: rgb(111,13,171); }

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