#6335AD

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

Shades of Royal Purple #6335AD

Tints of Royal Purple #6335AD

Color information

#6335AD (or 0x6335AD) is unknown color: approx Royal Purple. HEX triplet: 63, 35 and AD. RGB value is (99,53,173). Sum of RGB (Red+Green+Blue) = 99+53+173=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #6335AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6335AD is #9CCA52. Grayscale: #505050. Windows color (decimal): -10275411 or 11351395. OLE color: 11351395.

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

Color convert

RGB9953173-
CMYK0.430.6900.32
HSL263º53.1%44.31%-
HSV(B)263º69.36%67.84%-
XYZ13.968.2240.39-
YUV80.43180.24141.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.46%
GREEN value IS 53 (21.09% from 255) = 16.31%
BLUE value IS 173 (67.97% from 255) = 53.23%
R=30.46%
G=16.31%
B=53.23%

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
Decimal99531730.430.6900.3226353.144.31
Hex6335AD2B45020107352c
Octal14365255531050404076554
Binary11000111101011010110110101110001010100000100000111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6335AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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