#6B027C

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

Shades of Purple #6B027C

Tints of Purple #6B027C

Color information

#6B027C (or 0x6B027C) is unknown color: approx Purple. HEX triplet: 6B, 02 and 7C. RGB value is (107,2,124). Sum of RGB (Red+Green+Blue) = 107+2+124=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B027C is #94FD83. Grayscale: #2E2E2E. Windows color (decimal): -9764228 or 8127083. OLE color: 8127083.

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

Color convert

RGB1072124-
CMYK0.140.9800.51
HSL291.64º96.83%24.71%-
HSV(B)291.64º98.39%48.63%-
XYZ9.724.6219.45-
YUV47.3171.29170.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.92%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=45.92%
G=0.86%
B=53.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10721240.140.9800.51291.6496.8324.71
Hex6B27CE620331246119
Octal15321741614206344414131
Binary1101011101111100111011000100110011100100100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,2,124); }

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

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

 a { background-color: rgb(107,2,124); }

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

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

 span { border-color: rgb(107,2,124); }

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