#663594

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

Shades of Royal Purple #663594

Tints of Royal Purple #663594

Color information

#663594 (or 0x663594) is unknown color: approx Royal Purple. HEX triplet: 66, 35 and 94. RGB value is (102,53,148). Sum of RGB (Red+Green+Blue) = 102+53+148=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #663594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663594 is #99CA6B. Grayscale: #4E4E4E. Windows color (decimal): -10078828 or 9712998. OLE color: 9712998.

HSL color Cylindrical-coordinate representation of color #663594: hue angle of 270.95º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663594 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10253148-
CMYK0.310.6400.42
HSL270.95º47.26%39.41%-
HSV(B)270.95º64.19%58.04%-
XYZ12.17.5128.83-
YUV78.48167.23144.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.66%
GREEN value IS 53 (21.09% from 255) = 17.49%
BLUE value IS 148 (58.20% from 255) = 48.84%
R=33.66%
G=17.49%
B=48.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102531480.310.6400.42270.9547.2639.41
Hex6635941F4002A10f2f27
Octal14665224371000524175747
Binary1100110110101100101001111110000000101010100001111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663594; }

 p { color: rgb(102,53,148); }

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

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

 a { background-color: rgb(102,53,148); }

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

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

 span { border-color: rgb(102,53,148); }

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