Html Css Color HEX #6F0CBB Purple Heart

📋 copy color: '#6F0CBB'

red 111 ◦ green 12 ◦ blue 187

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

Shades of Purple Heart #6F0CBB

Tints of Purple Heart #6F0CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.87%

 BLUE value IS 187 (73.44% from 255) = 60.32%

R = 35.81%
G = 3.87%
B = 60.32%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F0CBB (or 0x6F0CBB) is known color: Purple Heart. HEX triplet: 6F, 0C and BB. RGB value is (111,12,187). Sum of RGB (Red+Green+Blue) = 111+12+187=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F0CBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0CBB is #90F344. Grayscale: #3C3C3C. Windows color (decimal): -9499461 or 12258415. OLE color: 12258415.

HSL color Cylindrical-coordinate representation of color #6F0CBB: hue angle of 273.94º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0CBB is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 12 187 -
CMYK 0.41 0.94 0 0.27
HSL 273.94º 0.88% 0.39% -
HSV(B) 273.94º 0.94% 0.73% -
XYZ 15.66 7.23 47.58 -
YUV 61.55 198.8 163.27 -
System Red Green Blue C M Y K H S L
Decimal 111 12 187 0.41 0.94 0 0.27 273.94 0.88 0.39
Hex 6F C BB 29 5E 0 1B 112 58 27
Octal 157 14 273 51 136 0 33 422 130 47
Binary 1101111 1100 10111011 101001 1011110 0 11011 100010010 1011000 100111

Color Harmonies of #6F0CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0CBB

Black with #6F0CBB

Text Example


Text Example

White with #6F0CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,12,187); }

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

background-color css

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

 a { background-color: rgb(111,12,187); }

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

border-color css

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

 span { border-color: rgb(111,12,187); }

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