#662D92

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

Shades of Royal Purple #662D92

Tints of Royal Purple #662D92

Color information

#662D92 (or 0x662D92) is unknown color: approx Royal Purple. HEX triplet: 66, 2D and 92. RGB value is (102,45,146). Sum of RGB (Red+Green+Blue) = 102+45+146=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #662D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662D92 is #99D26D. Grayscale: #494949. Windows color (decimal): -10080878 or 9579878. OLE color: 9579878.

HSL color Cylindrical-coordinate representation of color #662D92: hue angle of 273.86º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662D92 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10245146-
CMYK0.300.6900.43
HSL273.86º52.88%37.45%-
HSV(B)273.86º69.18%57.25%-
XYZ11.616.7827.89-
YUV73.56168.88148.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 45 (17.97% from 255) = 15.36%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=34.81%
G=15.36%
B=49.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102451460.300.6900.43273.8652.8837.45
Hex662D921E4502B1123525
Octal14655222361050534226545
Binary1100110101101100100101111010001010101011100010010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662D92; }

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

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

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

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

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

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

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

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