#6C2BC0

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

Shades of Purple Heart #6C2BC0

Tints of Purple Heart #6C2BC0

Color information

#6C2BC0 (or 0x6C2BC0) is unknown color: approx Purple Heart. HEX triplet: 6C, 2B and C0. RGB value is (108,43,192). Sum of RGB (Red+Green+Blue) = 108+43+192=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 192 (75.39% from 255 or 55.98% from 343); Max value from RGB is 192 - color contains mainly: blue. Hex color #6C2BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2BC0 is #93D43F. Grayscale: #4E4E4E. Windows color (decimal): -9688128 or 12594028. OLE color: 12594028.

HSL color Cylindrical-coordinate representation of color #6C2BC0: hue angle of 266.17º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C2BC0 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10843192-
CMYK0.440.7800.25
HSL266.17º63.4%46.08%-
HSV(B)266.17º77.6%75.29%-
XYZ16.568.7250.68-
YUV79.42191.53148.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.49%
GREEN value IS 43 (17.19% from 255) = 12.54%
BLUE value IS 192 (75.39% from 255) = 55.98%
R=31.49%
G=12.54%
B=55.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108431920.440.7800.25266.1763.446.08
Hex6C2BC02C4E01910a3f2e
Octal15453300541160314127756
Binary1101100101011110000001011001001110011001100001010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,43,192); }

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

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

 a { background-color: rgb(108,43,192); }

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

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

 span { border-color: rgb(108,43,192); }

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