#6C40AF

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

Shades of Royal Purple #6C40AF

Tints of Royal Purple #6C40AF

Color information

#6C40AF (or 0x6C40AF) is unknown color: approx Royal Purple. HEX triplet: 6C, 40 and AF. RGB value is (108,64,175). Sum of RGB (Red+Green+Blue) = 108+64+175=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C40AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C40AF is #93BF50. Grayscale: #595959. Windows color (decimal): -9682769 or 11485292. OLE color: 11485292.

HSL color Cylindrical-coordinate representation of color #6C40AF: hue angle of 263.78º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C40AF is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10864175-
CMYK0.380.6300.31
HSL263.78º46.44%46.86%-
HSV(B)263.78º63.43%68.63%-
XYZ15.769.9541.65-
YUV89.81176.08140.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.12%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 175 (68.75% from 255) = 50.43%
R=31.12%
G=18.44%
B=50.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108641750.380.6300.31263.7846.4446.86
Hex6C40AF263F01F1082e2f
Octal15410025746770374105657
Binary1101100100000010101111100110111111011111100001000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C40AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,64,175); }

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

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

 a { background-color: rgb(108,64,175); }

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

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

 span { border-color: rgb(108,64,175); }

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