#661DA2

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

Shades of Royal Purple #661DA2

Tints of Royal Purple #661DA2

Color information

#661DA2 (or 0x661DA2) is unknown color: approx Royal Purple. HEX triplet: 66, 1D and A2. RGB value is (102,29,162). Sum of RGB (Red+Green+Blue) = 102+29+162=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 162 (63.67% from 255 or 55.29% from 293); Max value from RGB is 162 - color contains mainly: blue. Hex color #661DA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661DA2 is #99E25D. Grayscale: #414141. Windows color (decimal): -10084958 or 10624358. OLE color: 10624358.

HSL color Cylindrical-coordinate representation of color #661DA2: hue angle of 272.93º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661DA2 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10229162-
CMYK0.370.8200.36
HSL272.93º69.63%37.45%-
HSV(B)272.93º82.1%63.53%-
XYZ12.446.3134.75-
YUV65.99182.18153.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 29 (11.72% from 255) = 9.90%
BLUE value IS 162 (63.67% from 255) = 55.29%
R=34.81%
G=9.90%
B=55.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102291620.370.8200.36272.9369.6337.45
Hex661DA225520241114625
Octal146352424512204442110645
Binary11001101110110100010100101101001001001001000100011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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