#6B2CCB

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

Shades of Purple Heart #6B2CCB

Tints of Purple Heart #6B2CCB

Color information

#6B2CCB (or 0x6B2CCB) is unknown color: approx Purple Heart. HEX triplet: 6B, 2C and CB. RGB value is (107,44,203). Sum of RGB (Red+Green+Blue) = 107+44+203=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B2CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2CCB is #94D334. Grayscale: #505050. Windows color (decimal): -9753397 or 13315179. OLE color: 13315179.

HSL color Cylindrical-coordinate representation of color #6B2CCB: hue angle of 263.77º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B2CCB is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10744203-
CMYK0.470.7800.20
HSL263.77º64.37%48.43%-
HSV(B)263.77º78.33%79.61%-
XYZ17.749.2457.35-
YUV80.96196.87146.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.23%
GREEN value IS 44 (17.58% from 255) = 12.43%
BLUE value IS 203 (79.69% from 255) = 57.34%
R=30.23%
G=12.43%
B=57.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal107442030.470.7800.20263.7764.3748.43
Hex6B2CCB2F4E0141084030
Octal153543135711602441010060
Binary11010111011001100101110111110011100101001000010001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,44,203); }

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

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

 a { background-color: rgb(107,44,203); }

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

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

 span { border-color: rgb(107,44,203); }

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