Html Css Color HEX #6F0BBB Purple Heart

📋 copy color: '#6F0BBB'

red 111 ◦ green 11 ◦ blue 187

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

Shades of Purple Heart #6F0BBB

Tints of Purple Heart #6F0BBB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.56%

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

R = 35.92%
G = 3.56%
B = 60.52%

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

#6F0BBB (or 0x6F0BBB) is known color: Purple Heart. HEX triplet: 6F, 0B and BB. RGB value is (111,11,187). Sum of RGB (Red+Green+Blue) = 111+11+187=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F0BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0BBB is #90F444. Grayscale: #3C3C3C. Windows color (decimal): -9499717 or 12258159. OLE color: 12258159.

HSL color Cylindrical-coordinate representation of color #6F0BBB: hue angle of 274.09º degrees, saturation: 0.89, 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 #6F0BBB is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 11 187 -
CMYK 0.41 0.94 0 0.27
HSL 274.09º 0.89% 0.39% -
HSV(B) 274.09º 0.94% 0.73% -
XYZ 15.64 7.21 47.58 -
YUV 60.96 199.13 163.69 -
System Red Green Blue C M Y K H S L
Decimal 111 11 187 0.41 0.94 0 0.27 274.09 0.89 0.39
Hex 6F B BB 29 5E 0 1B 112 59 27
Octal 157 13 273 51 136 0 33 422 131 47
Binary 1101111 1011 10111011 101001 1011110 0 11011 100010010 1011001 100111

Color Harmonies of #6F0BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0BBB

Black with #6F0BBB

Text Example


Text Example

White with #6F0BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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