#6C0263

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

Shades of Purple #6C0263

Tints of Purple #6C0263

Color information

#6C0263 (or 0x6C0263) is unknown color: approx Purple. HEX triplet: 6C, 02 and 63. RGB value is (108,2,99). Sum of RGB (Red+Green+Blue) = 108+2+99=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0263 is #93FD9C. Grayscale: #2C2C2C. Windows color (decimal): -9698717 or 6488684. OLE color: 6488684.

HSL color Cylindrical-coordinate representation of color #6C0263: hue angle of 305.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C0263 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB108299-
CMYK00.980.080.58
HSL305.09º96.36%21.57%-
HSV(B)305.09º98.15%42.35%-
XYZ8.464.1312.16-
YUV44.75158.62173.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.67%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 99 (39.06% from 255) = 47.37%
R=51.67%
G=0.96%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10829900.980.080.58305.0996.3621.57
Hex6C26306283A1316016
Octal15421430142107246114026
Binary1101100101100011011000101000111010100110001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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