#663FAB

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

Shades of Royal Purple #663FAB

Tints of Royal Purple #663FAB

Color information

#663FAB (or 0x663FAB) is unknown color: approx Royal Purple. HEX triplet: 66, 3F and AB. RGB value is (102,63,171). Sum of RGB (Red+Green+Blue) = 102+63+171=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #663FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663FAB is #99C054. Grayscale: #565656. Windows color (decimal): -10076245 or 11222886. OLE color: 11222886.

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

Color convert

RGB10263171-
CMYK0.400.6300.33
HSL261.67º46.15%45.88%-
HSV(B)261.67º63.16%67.06%-
XYZ14.619.3239.56-
YUV86.97175.42138.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.36%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=30.36%
G=18.75%
B=50.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102631710.400.6300.33261.6746.1545.88
Hex663FAB283F0211062e2e
Octal1467725350770414065656
Binary1100110111111101010111010001111110100001100000110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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