#6C027B

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

Shades of Purple #6C027B

Tints of Purple #6C027B

Color information

#6C027B (or 0x6C027B) is unknown color: approx Purple. HEX triplet: 6C, 02 and 7B. RGB value is (108,2,123). Sum of RGB (Red+Green+Blue) = 108+2+123=233 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.35% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C027B is #93FD84. Grayscale: #2F2F2F. Windows color (decimal): -9698693 or 8061548. OLE color: 8061548.

HSL color Cylindrical-coordinate representation of color #6C027B: hue angle of 292.56º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C027B is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1082123-
CMYK0.120.9800.52
HSL292.56º96.8%24.51%-
HSV(B)292.56º98.37%48.24%-
XYZ9.784.6619.12-
YUV47.49170.62171.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.35%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 123 (48.44% from 255) = 52.79%
R=46.35%
G=0.86%
B=52.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10821230.120.9800.52292.5696.824.51
Hex6C27BC620341256119
Octal15421731414206444514131
Binary1101100101111011110011000100110100100100101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,2,123); }

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

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

 a { background-color: rgb(108,2,123); }

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

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

 span { border-color: rgb(108,2,123); }

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