#661D9A

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

Shades of Royal Purple #661D9A

Tints of Royal Purple #661D9A

Color information

#661D9A (or 0x661D9A) is unknown color: approx Royal Purple. HEX triplet: 66, 1D and 9A. RGB value is (102,29,154). Sum of RGB (Red+Green+Blue) = 102+29+154=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #661D9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661D9A is #99E265. Grayscale: #404040. Windows color (decimal): -10084966 or 10100070. OLE color: 10100070.

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

Color convert

RGB10229154-
CMYK0.340.8100.40
HSL275.04º68.31%35.88%-
HSV(B)275.04º81.17%60.39%-
XYZ11.756.0431.12-
YUV65.08178.18154.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 29 (11.72% from 255) = 10.18%
BLUE value IS 154 (60.55% from 255) = 54.04%
R=35.79%
G=10.18%
B=54.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102291540.340.8100.40275.0468.3135.88
Hex661D9A22510281134424
Octal146352324212105042310444
Binary11001101110110011010100010101000101010001000100111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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