#6336AD

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

Shades of Royal Purple #6336AD

Tints of Royal Purple #6336AD

Color information

#6336AD (or 0x6336AD) is unknown color: approx Royal Purple. HEX triplet: 63, 36 and AD. RGB value is (99,54,173). Sum of RGB (Red+Green+Blue) = 99+54+173=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #6336AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6336AD is #9CC952. Grayscale: #505050. Windows color (decimal): -10275155 or 11351651. OLE color: 11351651.

HSL color Cylindrical-coordinate representation of color #6336AD: hue angle of 262.69º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6336AD is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9954173-
CMYK0.430.6900.32
HSL262.69º52.42%44.51%-
HSV(B)262.69º68.79%67.84%-
XYZ14.018.3140.4-
YUV81.02179.91140.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.37%
GREEN value IS 54 (21.48% from 255) = 16.56%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=30.37%
G=16.56%
B=53.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal99541730.430.6900.32262.6952.4244.51
Hex6336AD2B45020107342d
Octal14366255531050404076455
Binary11000111101101010110110101110001010100000100000111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6336AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6336AD; }

 p { color: rgb(99,54,173); }

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

<style>
 a { background-color: #6336AD; }

 a { background-color: rgb(99,54,173); }

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

<style>
 span { border-color: #6336AD; }

 span { border-color: rgb(99,54,173); }

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