#6036AA

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

Shades of Royal Purple #6036AA

Tints of Royal Purple #6036AA

Color information

#6036AA (or 0x6036AA) is unknown color: approx Royal Purple. HEX triplet: 60, 36 and AA. RGB value is (96,54,170). Sum of RGB (Red+Green+Blue) = 96+54+170=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #6036AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6036AA is #9FC955. Grayscale: #4F4F4F. Windows color (decimal): -10471766 or 11155040. OLE color: 11155040.

HSL color Cylindrical-coordinate representation of color #6036AA: hue angle of 261.72º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6036AA is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9654170-
CMYK0.440.6800.33
HSL261.72º51.79%43.92%-
HSV(B)261.72º68.24%66.67%-
XYZ13.48.0338.87-
YUV79.78178.91139.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30%
GREEN value IS 54 (21.48% from 255) = 16.88%
BLUE value IS 170 (66.80% from 255) = 53.12%
R=30%
G=16.88%
B=53.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96541700.440.6800.33261.7251.7943.92
Hex6036AA2C44021106342c
Octal14066252541040414066454
Binary11000001101101010101010110010001000100001100000110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6036AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6036AA; }

 p { color: rgb(96,54,170); }

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

<style>
 a { background-color: #6036AA; }

 a { background-color: rgb(96,54,170); }

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

<style>
 span { border-color: #6036AA; }

 span { border-color: rgb(96,54,170); }

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