Html Css Color HEX #6F0BCC Purple Heart

📋 copy color: '#6F0BCC'

red 111 ◦ green 11 ◦ blue 204

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

Shades of Purple Heart #6F0BCC

Tints of Purple Heart #6F0BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.58%

R = 34.05%
G = 3.37%
B = 62.58%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6F0BCC (or 0x6F0BCC) is known color: Purple Heart. HEX triplet: 6F, 0B and CC. RGB value is (111,11,204). Sum of RGB (Red+Green+Blue) = 111+11+204=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F0BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0BCC is #90F433. Grayscale: #3E3E3E. Windows color (decimal): -9499700 or 13372271. OLE color: 13372271.

HSL color Cylindrical-coordinate representation of color #6F0BCC: hue angle of 271.09º 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 #6F0BCC is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 111 11 204 -
CMYK 0.46 0.95 0 0.2
HSL 271.09º 0.9% 0.42% -
HSV(B) 271.09º 0.95% 0.8% -
XYZ 17.57 7.98 57.74 -
YUV 62.9 207.63 162.31 -
System Red Green Blue C M Y K H S L
Decimal 111 11 204 0.46 0.95 0 0.2 271.09 0.9 0.42
Hex 6F B CC 2E 5F 0 14 10F 5A 2A
Octal 157 13 314 56 137 0 24 417 132 52
Binary 1101111 1011 11001100 101110 1011111 0 10100 100001111 1011010 101010

Color Harmonies of #6F0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0BCC

Black with #6F0BCC

Text Example


Text Example

White with #6F0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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