#6C2FA5

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

Shades of Royal Purple #6C2FA5

Tints of Royal Purple #6C2FA5

Color information

#6C2FA5 (or 0x6C2FA5) is unknown color: approx Royal Purple. HEX triplet: 6C, 2F and A5. RGB value is (108,47,165). Sum of RGB (Red+Green+Blue) = 108+47+165=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 165 (64.84% from 255 or 51.56% from 320); Max value from RGB is 165 - color contains mainly: blue. Hex color #6C2FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2FA5 is #93D05A. Grayscale: #4E4E4E. Windows color (decimal): -9687131 or 10825580. OLE color: 10825580.

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

Color convert

RGB10847165-
CMYK0.350.7200.35
HSL271.02º55.66%41.57%-
HSV(B)271.02º71.52%64.71%-
XYZ13.997.9436.39-
YUV78.69176.71148.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 47 (18.75% from 255) = 14.69%
BLUE value IS 165 (64.84% from 255) = 51.56%
R=33.75%
G=14.69%
B=51.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108471650.350.7200.35271.0255.6641.57
Hex6C2FA5234802310f382a
Octal15457245431100434177052
Binary11011001011111010010110001110010000100011100001111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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