#6C0BBE

Color #6C0BBE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6C0BBE

Tints of Purple Heart #6C0BBE

Color information

#6C0BBE (or 0x6C0BBE) is unknown color: approx Purple Heart. HEX triplet: 6C, 0B and BE. RGB value is (108,11,190). Sum of RGB (Red+Green+Blue) = 108+11+190=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C0BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0BBE is #93F441. Grayscale: #3B3B3B. Windows color (decimal): -9696322 or 12454764. OLE color: 12454764.

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

Color convert

RGB10811190-
CMYK0.430.9400.25
HSL272.51º89.05%39.41%-
HSV(B)272.51º94.21%74.51%-
XYZ15.67.1549.27-
YUV60.41201.14161.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.95%
GREEN value IS 11 (4.69% from 255) = 3.56%
BLUE value IS 190 (74.61% from 255) = 61.49%
R=34.95%
G=3.56%
B=61.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108111900.430.9400.25272.5189.0539.41
Hex6CBBE2B5E0191115927
Octal154132765313603142113147
Binary110110010111011111010101110111100110011000100011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,11,190); }

 H1.HeaderClassName
 {
   color: #6C0BBE;
 }
 .AnyTagClassName
 {
   color: #6C0BBE;
 }
</style>
background-color css

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

 a { background-color: rgb(108,11,190); }

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

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

 span { border-color: rgb(108,11,190); }

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