#6C2AA4

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

Shades of Royal Purple #6C2AA4

Tints of Royal Purple #6C2AA4

Color information

#6C2AA4 (or 0x6C2AA4) is unknown color: approx Royal Purple. HEX triplet: 6C, 2A and A4. RGB value is (108,42,164). Sum of RGB (Red+Green+Blue) = 108+42+164=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 164 (64.45% from 255 or 52.23% from 314); Max value from RGB is 164 - color contains mainly: blue. Hex color #6C2AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2AA4 is #93D55B. Grayscale: #4B4B4B. Windows color (decimal): -9688412 or 10758764. OLE color: 10758764.

HSL color Cylindrical-coordinate representation of color #6C2AA4: hue angle of 272.46º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C2AA4 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10842164-
CMYK0.340.7400.36
HSL272.46º59.22%40.39%-
HSV(B)272.46º74.39%64.31%-
XYZ13.717.5235.85-
YUV75.64177.87151.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.39%
GREEN value IS 42 (16.80% from 255) = 13.38%
BLUE value IS 164 (64.45% from 255) = 52.23%
R=34.39%
G=13.38%
B=52.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108421640.340.7400.36272.4659.2240.39
Hex6C2AA4224A0241103b28
Octal15452244421120444207350
Binary11011001010101010010010001010010100100100100010000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,42,164); }

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

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

 a { background-color: rgb(108,42,164); }

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

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

 span { border-color: rgb(108,42,164); }

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