#662F92

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

Shades of Royal Purple #662F92

Tints of Royal Purple #662F92

Color information

#662F92 (or 0x662F92) is unknown color: approx Royal Purple. HEX triplet: 66, 2F and 92. RGB value is (102,47,146). Sum of RGB (Red+Green+Blue) = 102+47+146=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #662F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662F92 is #99D06D. Grayscale: #4A4A4A. Windows color (decimal): -10080366 or 9580390. OLE color: 9580390.

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

Color convert

RGB10247146-
CMYK0.300.6800.43
HSL273.33º51.3%37.84%-
HSV(B)273.33º67.81%57.25%-
XYZ11.686.9327.92-
YUV74.73168.22147.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 47 (18.75% from 255) = 15.93%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=34.58%
G=15.93%
B=49.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102471460.300.6800.43273.3351.337.84
Hex662F921E4402B1113326
Octal14657222361040534216346
Binary1100110101111100100101111010001000101011100010001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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