#663DAD

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

Shades of Royal Purple #663DAD

Tints of Royal Purple #663DAD

Color information

#663DAD (or 0x663DAD) is unknown color: approx Royal Purple. HEX triplet: 66, 3D and AD. RGB value is (102,61,173). Sum of RGB (Red+Green+Blue) = 102+61+173=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #663DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663DAD is #99C252. Grayscale: #555555. Windows color (decimal): -10076755 or 11353446. OLE color: 11353446.

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

Color convert

RGB10261173-
CMYK0.410.6500.32
HSL261.96º47.86%45.88%-
HSV(B)261.96º64.74%67.84%-
XYZ14.699.1840.53-
YUV86.03177.08139.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.36%
GREEN value IS 61 (24.22% from 255) = 18.15%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=30.36%
G=18.15%
B=51.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102611730.410.6500.32261.9647.8645.88
Hex663DAD2941020106302e
Octal14675255511010404066056
Binary11001101111011010110110100110000010100000100000110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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