#6331A4

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

Shades of Royal Purple #6331A4

Tints of Royal Purple #6331A4

Color information

#6331A4 (or 0x6331A4) is unknown color: approx Royal Purple. HEX triplet: 63, 31 and A4. RGB value is (99,49,164). Sum of RGB (Red+Green+Blue) = 99+49+164=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 164 (64.45% from 255 or 52.56% from 312); Max value from RGB is 164 - color contains mainly: blue. Hex color #6331A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6331A4 is #9CCE5B. Grayscale: #4C4C4C. Windows color (decimal): -10276444 or 10760547. OLE color: 10760547.

HSL color Cylindrical-coordinate representation of color #6331A4: hue angle of 266.09º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6331A4 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9949164-
CMYK0.400.7000.36
HSL266.09º53.99%41.76%-
HSV(B)266.09º70.12%64.31%-
XYZ12.947.5335.89-
YUV77.06177.06143.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.73%
GREEN value IS 49 (19.53% from 255) = 15.71%
BLUE value IS 164 (64.45% from 255) = 52.56%
R=31.73%
G=15.71%
B=52.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal99491640.400.7000.36266.0953.9941.76
Hex6331A4284602410a362a
Octal14361244501060444126652
Binary11000111100011010010010100010001100100100100001010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6331A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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