#6C2DA5

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

Shades of Royal Purple #6C2DA5

Tints of Royal Purple #6C2DA5

Color information

#6C2DA5 (or 0x6C2DA5) is unknown color: approx Royal Purple. HEX triplet: 6C, 2D and A5. RGB value is (108,45,165). Sum of RGB (Red+Green+Blue) = 108+45+165=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 165 (64.84% from 255 or 51.89% from 318); Max value from RGB is 165 - color contains mainly: blue. Hex color #6C2DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2DA5 is #93D25A. Grayscale: #4D4D4D. Windows color (decimal): -9687643 or 10825068. OLE color: 10825068.

HSL color Cylindrical-coordinate representation of color #6C2DA5: hue angle of 271.5º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C2DA5 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10845165-
CMYK0.350.7300.35
HSL271.5º57.14%41.18%-
HSV(B)271.5º72.73%64.71%-
XYZ13.917.7836.37-
YUV77.52177.37149.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.96%
GREEN value IS 45 (17.97% from 255) = 14.15%
BLUE value IS 165 (64.84% from 255) = 51.89%
R=33.96%
G=14.15%
B=51.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108451650.350.7300.35271.557.1441.18
Hex6C2DA523490231103929
Octal15455245431110434207151
Binary11011001011011010010110001110010010100011100010000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,45,165); }

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

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

 a { background-color: rgb(108,45,165); }

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

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

 span { border-color: rgb(108,45,165); }

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