#663492

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

Shades of Royal Purple #663492

Tints of Royal Purple #663492

Color information

#663492 (or 0x663492) is unknown color: approx Royal Purple. HEX triplet: 66, 34 and 92. RGB value is (102,52,146). Sum of RGB (Red+Green+Blue) = 102+52+146=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #663492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663492 is #99CB6D. Grayscale: #4D4D4D. Windows color (decimal): -10079086 or 9581670. OLE color: 9581670.

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

Color convert

RGB10252146-
CMYK0.300.6400.43
HSL271.91º47.47%38.82%-
HSV(B)271.91º64.38%57.25%-
XYZ11.97.3627.99-
YUV77.67166.56145.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34%
GREEN value IS 52 (20.70% from 255) = 17.33%
BLUE value IS 146 (57.42% from 255) = 48.67%
R=34%
G=17.33%
B=48.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102521460.300.6400.43271.9147.4738.82
Hex6634921E4002B1102f27
Octal14664222361000534205747
Binary1100110110100100100101111010000000101011100010000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663492; }

 p { color: rgb(102,52,146); }

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

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

 a { background-color: rgb(102,52,146); }

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

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

 span { border-color: rgb(102,52,146); }

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