#6338AD

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

Shades of Royal Purple #6338AD

Tints of Royal Purple #6338AD

Color information

#6338AD (or 0x6338AD) is unknown color: approx Royal Purple. HEX triplet: 63, 38 and AD. RGB value is (99,56,173). Sum of RGB (Red+Green+Blue) = 99+56+173=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #6338AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6338AD is #9CC752. Grayscale: #515151. Windows color (decimal): -10274643 or 11352163. OLE color: 11352163.

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

Color convert

RGB9956173-
CMYK0.430.6800.32
HSL262.05º51.09%44.9%-
HSV(B)262.05º67.63%67.84%-
XYZ14.18.540.43-
YUV82.2179.25139.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.18%
GREEN value IS 56 (22.27% from 255) = 17.07%
BLUE value IS 173 (67.97% from 255) = 52.74%
R=30.18%
G=17.07%
B=52.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal99561730.430.6800.32262.0551.0944.9
Hex6338AD2B44020106332d
Octal14370255531040404066355
Binary11000111110001010110110101110001000100000100000110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6338AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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