#6C2E95

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

Shades of Royal Purple #6C2E95

Tints of Royal Purple #6C2E95

Color information

#6C2E95 (or 0x6C2E95) is unknown color: approx Royal Purple. HEX triplet: 6C, 2E and 95. RGB value is (108,46,149). Sum of RGB (Red+Green+Blue) = 108+46+149=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C2E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2E95 is #93D16A. Grayscale: #4B4B4B. Windows color (decimal): -9687403 or 9776748. OLE color: 9776748.

HSL color Cylindrical-coordinate representation of color #6C2E95: hue angle of 276.12º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C2E95 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10846149-
CMYK0.280.6900.42
HSL276.12º52.82%38.24%-
HSV(B)276.12º69.13%58.43%-
XYZ12.597.3129.18-
YUV76.28169.04150.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.64%
GREEN value IS 46 (18.36% from 255) = 15.18%
BLUE value IS 149 (58.59% from 255) = 49.17%
R=35.64%
G=15.18%
B=49.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108461490.280.6900.42276.1252.8238.24
Hex6C2E951C4502A1143526
Octal15456225341050524246546
Binary1101100101110100101011110010001010101010100010100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,46,149); }

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

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

 a { background-color: rgb(108,46,149); }

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

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

 span { border-color: rgb(108,46,149); }

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