#6330A0

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

Shades of Royal Purple #6330A0

Tints of Royal Purple #6330A0

Color information

#6330A0 (or 0x6330A0) is unknown color: approx Royal Purple. HEX triplet: 63, 30 and A0. RGB value is (99,48,160). Sum of RGB (Red+Green+Blue) = 99+48+160=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 160 (62.89% from 255 or 52.12% from 307); Max value from RGB is 160 - color contains mainly: blue. Hex color #6330A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6330A0 is #9CCF5F. Grayscale: #4B4B4B. Windows color (decimal): -10276704 or 10498147. OLE color: 10498147.

HSL color Cylindrical-coordinate representation of color #6330A0: hue angle of 267.32º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6330A0 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9948160-
CMYK0.380.7000.37
HSL267.32º53.85%40.78%-
HSV(B)267.32º70%62.75%-
XYZ12.557.334.01-
YUV76.02175.4144.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.25%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 160 (62.89% from 255) = 52.12%
R=32.25%
G=15.64%
B=52.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal99481600.380.7000.37267.3253.8540.78
Hex6330A0264602510b3629
Octal14360240461060454136651
Binary11000111100001010000010011010001100100101100001011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6330A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6330A0; }

 p { color: rgb(99,48,160); }

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

<style>
 a { background-color: #6330A0; }

 a { background-color: rgb(99,48,160); }

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

<style>
 span { border-color: #6330A0; }

 span { border-color: rgb(99,48,160); }

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