#663DAB

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

Shades of Royal Purple #663DAB

Tints of Royal Purple #663DAB

Color information

#663DAB (or 0x663DAB) is unknown color: approx Royal Purple. HEX triplet: 66, 3D and AB. RGB value is (102,61,171). Sum of RGB (Red+Green+Blue) = 102+61+171=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #663DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663DAB is #99C254. Grayscale: #555555. Windows color (decimal): -10076757 or 11222374. OLE color: 11222374.

HSL color Cylindrical-coordinate representation of color #663DAB: hue angle of 262.36º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663DAB is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10261171-
CMYK0.400.6400.33
HSL262.36º47.41%45.49%-
HSV(B)262.36º64.33%67.06%-
XYZ14.59.139.52-
YUV85.8176.08139.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.54%
GREEN value IS 61 (24.22% from 255) = 18.26%
BLUE value IS 171 (67.19% from 255) = 51.20%
R=30.54%
G=18.26%
B=51.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102611710.400.6400.33262.3647.4145.49
Hex663DAB28400211062f2d
Octal14675253501000414065755
Binary11001101111011010101110100010000000100001100000110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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