Html Css Color HEX #6F0BBC Purple Heart

📋 copy color: '#6F0BBC'

red 111 ◦ green 11 ◦ blue 188

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

Shades of Purple Heart #6F0BBC

Tints of Purple Heart #6F0BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.65%

R = 35.81%
G = 3.55%
B = 60.65%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F0BBC (or 0x6F0BBC) is known color: Purple Heart. HEX triplet: 6F, 0B and BC. RGB value is (111,11,188). Sum of RGB (Red+Green+Blue) = 111+11+188=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F0BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0BBC is #90F443. Grayscale: #3C3C3C. Windows color (decimal): -9499716 or 12323695. OLE color: 12323695.

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

Color convert

RGB 111 11 188 -
CMYK 0.41 0.94 0 0.26
HSL 273.9º 0.89% 0.39% -
HSV(B) 273.9º 0.94% 0.74% -
XYZ 15.75 7.25 48.15 -
YUV 61.08 199.63 163.61 -
System Red Green Blue C M Y K H S L
Decimal 111 11 188 0.41 0.94 0 0.26 273.9 0.89 0.39
Hex 6F B BC 29 5E 0 1A 112 59 27
Octal 157 13 274 51 136 0 32 422 131 47
Binary 1101111 1011 10111100 101001 1011110 0 11010 100010010 1011001 100111

Color Harmonies of #6F0BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0BBC

Black with #6F0BBC

Text Example


Text Example

White with #6F0BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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