#661D98

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

Shades of Royal Purple #661D98

Tints of Royal Purple #661D98

Color information

#661D98 (or 0x661D98) is unknown color: approx Royal Purple. HEX triplet: 66, 1D and 98. RGB value is (102,29,152). Sum of RGB (Red+Green+Blue) = 102+29+152=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #661D98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661D98 is #99E267. Grayscale: #404040. Windows color (decimal): -10084968 or 9968998. OLE color: 9968998.

HSL color Cylindrical-coordinate representation of color #661D98: hue angle of 275.61º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661D98 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10229152-
CMYK0.330.8100.40
HSL275.61º67.96%35.49%-
HSV(B)275.61º80.92%59.61%-
XYZ11.595.9730.25-
YUV64.85177.18154.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 29 (11.72% from 255) = 10.25%
BLUE value IS 152 (59.77% from 255) = 53.71%
R=36.04%
G=10.25%
B=53.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102291520.330.8100.40275.6167.9635.49
Hex661D9821510281144423
Octal146352304112105042410443
Binary11001101110110011000100001101000101010001000101001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661D98; }

 p { color: rgb(102,29,152); }

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

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

 a { background-color: rgb(102,29,152); }

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

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

 span { border-color: rgb(102,29,152); }

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