Html Css Color HEX #6F0BCB Purple Heart

📋 copy color: '#6F0BCB'

red 111 ◦ green 11 ◦ blue 203

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

Shades of Purple Heart #6F0BCB

Tints of Purple Heart #6F0BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.46%

R = 34.15%
G = 3.38%
B = 62.46%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F0BCB (or 0x6F0BCB) is known color: Purple Heart. HEX triplet: 6F, 0B and CB. RGB value is (111,11,203). Sum of RGB (Red+Green+Blue) = 111+11+203=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F0BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0BCB is #90F434. Grayscale: #3E3E3E. Windows color (decimal): -9499701 or 13306735. OLE color: 13306735.

HSL color Cylindrical-coordinate representation of color #6F0BCB: hue angle of 271.25º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0BCB is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 11 203 -
CMYK 0.45 0.95 0 0.20
HSL 271.25º 0.9% 0.42% -
HSV(B) 271.25º 0.95% 0.8% -
XYZ 17.45 7.93 57.11 -
YUV 62.79 207.13 162.39 -
System Red Green Blue C M Y K H S L
Decimal 111 11 203 0.45 0.95 0 0.20 271.25 0.9 0.42
Hex 6F B CB 2D 5F 0 14 10F 5A 2A
Octal 157 13 313 55 137 0 24 417 132 52
Binary 1101111 1011 11001011 101101 1011111 0 10100 100001111 1011010 101010

Color Harmonies of #6F0BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0BCB

Black with #6F0BCB

Text Example


Text Example

White with #6F0BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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