#6337A4

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

Shades of Royal Purple #6337A4

Tints of Royal Purple #6337A4

Color information

#6337A4 (or 0x6337A4) is unknown color: approx Royal Purple. HEX triplet: 63, 37 and A4. RGB value is (99,55,164). Sum of RGB (Red+Green+Blue) = 99+55+164=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 164 (64.45% from 255 or 51.57% from 318); Max value from RGB is 164 - color contains mainly: blue. Hex color #6337A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6337A4 is #9CC85B. Grayscale: #505050. Windows color (decimal): -10274908 or 10762083. OLE color: 10762083.

HSL color Cylindrical-coordinate representation of color #6337A4: hue angle of 264.22º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6337A4 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9955164-
CMYK0.400.6600.36
HSL264.22º49.77%42.94%-
HSV(B)264.22º66.46%64.31%-
XYZ13.218.0735.98-
YUV80.58175.08141.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.13%
GREEN value IS 55 (21.88% from 255) = 17.30%
BLUE value IS 164 (64.45% from 255) = 51.57%
R=31.13%
G=17.30%
B=51.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal99551640.400.6600.36264.2249.7742.94
Hex6337A42842024108322b
Octal14367244501020444106253
Binary11000111101111010010010100010000100100100100001000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6337A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6337A4; }

 p { color: rgb(99,55,164); }

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

<style>
 a { background-color: #6337A4; }

 a { background-color: rgb(99,55,164); }

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

<style>
 span { border-color: #6337A4; }

 span { border-color: rgb(99,55,164); }

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