#6C2BCA

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

Shades of Purple Heart #6C2BCA

Tints of Purple Heart #6C2BCA

Color information

#6C2BCA (or 0x6C2BCA) is unknown color: approx Purple Heart. HEX triplet: 6C, 2B and CA. RGB value is (108,43,202). Sum of RGB (Red+Green+Blue) = 108+43+202=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C2BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2BCA is #93D435. Grayscale: #4F4F4F. Windows color (decimal): -9688118 or 13249388. OLE color: 13249388.

HSL color Cylindrical-coordinate representation of color #6C2BCA: hue angle of 264.53º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C2BCA is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10843202-
CMYK0.470.7900.21
HSL264.53º64.9%48.04%-
HSV(B)264.53º78.71%79.22%-
XYZ17.719.1856.72-
YUV80.56196.53147.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.59%
GREEN value IS 43 (17.19% from 255) = 12.18%
BLUE value IS 202 (79.30% from 255) = 57.22%
R=30.59%
G=12.18%
B=57.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal108432020.470.7900.21264.5364.948.04
Hex6C2BCA2F4F0151094130
Octal154533125711702541110160
Binary11011001010111100101010111110011110101011000010011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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