#662D95

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

Shades of Royal Purple #662D95

Tints of Royal Purple #662D95

Color information

#662D95 (or 0x662D95) is unknown color: approx Royal Purple. HEX triplet: 66, 2D and 95. RGB value is (102,45,149). Sum of RGB (Red+Green+Blue) = 102+45+149=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #662D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662D95 is #99D26A. Grayscale: #494949. Windows color (decimal): -10080875 or 9776486. OLE color: 9776486.

HSL color Cylindrical-coordinate representation of color #662D95: hue angle of 272.88º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #662D95 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10245149-
CMYK0.320.7000.42
HSL272.88º53.61%38.04%-
HSV(B)272.88º69.8%58.43%-
XYZ11.846.8729.14-
YUV73.9170.38148.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.46%
GREEN value IS 45 (17.97% from 255) = 15.20%
BLUE value IS 149 (58.59% from 255) = 50.34%
R=34.46%
G=15.20%
B=50.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102451490.320.7000.42272.8853.6138.04
Hex662D95204602A1113626
Octal14655225401060524216646
Binary11001101011011001010110000010001100101010100010001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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