#663D96

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

Shades of Royal Purple #663D96

Tints of Royal Purple #663D96

Color information

#663D96 (or 0x663D96) is unknown color: approx Royal Purple. HEX triplet: 66, 3D and 96. RGB value is (102,61,150). Sum of RGB (Red+Green+Blue) = 102+61+150=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #663D96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663D96 is #99C269. Grayscale: #535353. Windows color (decimal): -10076778 or 9846118. OLE color: 9846118.

HSL color Cylindrical-coordinate representation of color #663D96: hue angle of 267.64º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #663D96 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10261150-
CMYK0.320.5900.41
HSL267.64º42.18%41.37%-
HSV(B)267.64º59.33%58.82%-
XYZ12.658.3629.8-
YUV83.4165.58141.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 61 (24.22% from 255) = 19.49%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=32.59%
G=19.49%
B=47.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102611500.320.5900.41267.6442.1841.37
Hex663D96203B02910c2a29
Octal1467522640730514145251
Binary1100110111101100101101000001110110101001100001100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663D96; }

 p { color: rgb(102,61,150); }

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

<style>
 a { background-color: #663D96; }

 a { background-color: rgb(102,61,150); }

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

<style>
 span { border-color: #663D96; }

 span { border-color: rgb(102,61,150); }

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