#6C2BBD

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

Shades of Purple Heart #6C2BBD

Tints of Purple Heart #6C2BBD

Color information

#6C2BBD (or 0x6C2BBD) is unknown color: approx Purple Heart. HEX triplet: 6C, 2B and BD. RGB value is (108,43,189). Sum of RGB (Red+Green+Blue) = 108+43+189=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C2BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2BBD is #93D442. Grayscale: #4E4E4E. Windows color (decimal): -9688131 or 12397420. OLE color: 12397420.

HSL color Cylindrical-coordinate representation of color #6C2BBD: hue angle of 266.71º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C2BBD is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10843189-
CMYK0.430.7700.26
HSL266.71º62.93%45.49%-
HSV(B)266.71º77.25%74.12%-
XYZ16.238.5948.95-
YUV79.08190.03148.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.76%
GREEN value IS 43 (17.19% from 255) = 12.65%
BLUE value IS 189 (74.22% from 255) = 55.59%
R=31.76%
G=12.65%
B=55.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108431890.430.7700.26266.7162.9345.49
Hex6C2BBD2B4D01A10b3f2d
Octal15453275531150324137755
Binary1101100101011101111011010111001101011010100001011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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