#6C28BB

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

Shades of Purple Heart #6C28BB

Tints of Purple Heart #6C28BB

Color information

#6C28BB (or 0x6C28BB) is unknown color: approx Purple Heart. HEX triplet: 6C, 28 and BB. RGB value is (108,40,187). Sum of RGB (Red+Green+Blue) = 108+40+187=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C28BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C28BB is #93D744. Grayscale: #4C4C4C. Windows color (decimal): -9688901 or 12265580. OLE color: 12265580.

HSL color Cylindrical-coordinate representation of color #6C28BB: hue angle of 267.76º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C28BB is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10840187-
CMYK0.420.7900.27
HSL267.76º64.76%44.51%-
HSV(B)267.76º78.61%73.33%-
XYZ15.918.2947.78-
YUV77.09190.03150.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.24%
GREEN value IS 40 (16.02% from 255) = 11.94%
BLUE value IS 187 (73.44% from 255) = 55.82%
R=32.24%
G=11.94%
B=55.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal108401870.420.7900.27267.7664.7644.51
Hex6C28BB2A4F01B10c412d
Octal154502735211703341410155
Binary11011001010001011101110101010011110110111000011001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C28BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,40,187); }

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

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

 a { background-color: rgb(108,40,187); }

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

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

 span { border-color: rgb(108,40,187); }

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