#6336AB

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

Shades of Royal Purple #6336AB

Tints of Royal Purple #6336AB

Color information

#6336AB (or 0x6336AB) is unknown color: approx Royal Purple. HEX triplet: 63, 36 and AB. RGB value is (99,54,171). Sum of RGB (Red+Green+Blue) = 99+54+171=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #6336AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6336AB is #9CC954. Grayscale: #505050. Windows color (decimal): -10275157 or 11220579. OLE color: 11220579.

HSL color Cylindrical-coordinate representation of color #6336AB: hue angle of 263.08º 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 #6336AB is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9954171-
CMYK0.420.6800.33
HSL263.08º52%44.12%-
HSV(B)263.08º68.42%67.06%-
XYZ13.828.2339.39-
YUV80.79178.91140.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.56%
GREEN value IS 54 (21.48% from 255) = 16.67%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=30.56%
G=16.67%
B=52.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99541710.420.6800.33263.085244.12
Hex6336AB2A44021107342c
Octal14366253521040414076454
Binary11000111101101010101110101010001000100001100000111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6336AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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