#6C45AE

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

Shades of Royal Purple #6C45AE

Tints of Royal Purple #6C45AE

Color information

#6C45AE (or 0x6C45AE) is unknown color: approx Royal Purple. HEX triplet: 6C, 45 and AE. RGB value is (108,69,174). Sum of RGB (Red+Green+Blue) = 108+69+174=351 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.77% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C45AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C45AE is #93BA51. Grayscale: #5C5C5C. Windows color (decimal): -9681490 or 11421036. OLE color: 11421036.

HSL color Cylindrical-coordinate representation of color #6C45AE: hue angle of 262.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C45AE is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10869174-
CMYK0.380.6000.32
HSL262.29º43.21%47.65%-
HSV(B)262.29º60.34%68.24%-
XYZ15.9510.541.23-
YUV92.63173.92138.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.77%
GREEN value IS 69 (27.34% from 255) = 19.66%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=30.77%
G=19.66%
B=49.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108691740.380.6000.32262.2943.2147.65
Hex6C45AE263C0201062b30
Octal15410525646740404065360
Binary11011001000101101011101001101111000100000100000110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C45AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,69,174); }

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

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

 a { background-color: rgb(108,69,174); }

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

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

 span { border-color: rgb(108,69,174); }

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