#662F93

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

Shades of Royal Purple #662F93

Tints of Royal Purple #662F93

Color information

#662F93 (or 0x662F93) is unknown color: approx Royal Purple. HEX triplet: 66, 2F and 93. RGB value is (102,47,147). Sum of RGB (Red+Green+Blue) = 102+47+147=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #662F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662F93 is #99D06C. Grayscale: #4A4A4A. Windows color (decimal): -10080365 or 9645926. OLE color: 9645926.

HSL color Cylindrical-coordinate representation of color #662F93: hue angle of 273º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662F93 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10247147-
CMYK0.310.6800.42
HSL273º51.55%38.04%-
HSV(B)273º68.03%57.65%-
XYZ11.766.9628.33-
YUV74.84168.72147.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.46%
GREEN value IS 47 (18.75% from 255) = 15.88%
BLUE value IS 147 (57.81% from 255) = 49.66%
R=34.46%
G=15.88%
B=49.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102471470.310.6800.4227351.5538.04
Hex662F931F4402A1113426
Octal14657223371040524216446
Binary1100110101111100100111111110001000101010100010001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,47,147); }

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

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

 a { background-color: rgb(102,47,147); }

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

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

 span { border-color: rgb(102,47,147); }

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