#6C27BB

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

Shades of Purple Heart #6C27BB

Tints of Purple Heart #6C27BB

Color information

#6C27BB (or 0x6C27BB) is unknown color: approx Purple Heart. HEX triplet: 6C, 27 and BB. RGB value is (108,39,187). Sum of RGB (Red+Green+Blue) = 108+39+187=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C27BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C27BB is #93D844. Grayscale: #4B4B4B. Windows color (decimal): -9689157 or 12265324. OLE color: 12265324.

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

Color convert

RGB10839187-
CMYK0.420.7900.27
HSL267.97º65.49%44.31%-
HSV(B)267.97º79.14%73.33%-
XYZ15.888.2347.76-
YUV76.5190.36150.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.34%
GREEN value IS 39 (15.62% from 255) = 11.68%
BLUE value IS 187 (73.44% from 255) = 55.99%
R=32.34%
G=11.68%
B=55.99%

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
Decimal108391870.420.7900.27267.9765.4944.31
Hex6C27BB2A4F01B10c412c
Octal154472735211703341410154
Binary11011001001111011101110101010011110110111000011001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C27BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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