#6040AF

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

Shades of Royal Purple #6040AF

Tints of Royal Purple #6040AF

Color information

#6040AF (or 0x6040AF) is unknown color: approx Royal Purple. HEX triplet: 60, 40 and AF. RGB value is (96,64,175). Sum of RGB (Red+Green+Blue) = 96+64+175=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #6040AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6040AF is #9FBF50. Grayscale: #555555. Windows color (decimal): -10469201 or 11485280. OLE color: 11485280.

HSL color Cylindrical-coordinate representation of color #6040AF: hue angle of 257.3º 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 #6040AF is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9664175-
CMYK0.450.6300.31
HSL257.3º46.44%46.86%-
HSV(B)257.3º63.43%68.63%-
XYZ14.49.2541.58-
YUV86.22178.1134.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 175 (68.75% from 255) = 52.24%
R=28.66%
G=19.10%
B=52.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96641750.450.6300.31257.346.4446.86
Hex6040AF2D3F01F1012e2f
Octal14010025755770374015657
Binary1100000100000010101111101101111111011111100000001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6040AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6040AF; }

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

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

<style>
 a { background-color: #6040AF; }

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

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

<style>
 span { border-color: #6040AF; }

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

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