Html Css Color HEX #661DA1 Royal Purple

📋 copy color: '#661DA1'

red 102 ◦ green 29 ◦ blue 161

#661DA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #661DA1

Tints of Royal Purple #661DA1

RGB

 RED value IS 102 (40.23% from 255) = 34.93%

 GREEN value IS 29 (11.72% from 255) = 9.93%

 BLUE value IS 161 (63.28% from 255) = 55.14%

R = 34.93%
G = 9.93%
B = 55.14%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#661DA1 (or 0x661DA1) is known color: Royal Purple. HEX triplet: 66, 1D and A1. RGB value is (102,29,161). Sum of RGB (Red+Green+Blue) = 102+29+161=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 161 (63.28% from 255 or 55.14% from 292); Max value from RGB is 161 - color contains mainly: blue. Hex color #661DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661DA1 is #99E25E. Grayscale: #414141. Windows color (decimal): -10084959 or 10558822. OLE color: 10558822.

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

Color convert

RGB 102 29 161 -
CMYK 0.37 0.82 0 0.37
HSL 273.18º 0.69% 0.37% -
HSV(B) 273.18º 0.82% 0.63% -
XYZ 12.35 6.28 34.28 -
YUV 65.88 181.68 153.77 -
System Red Green Blue C M Y K H S L
Decimal 102 29 161 0.37 0.82 0 0.37 273.18 0.69 0.37
Hex 66 1D A1 25 52 0 25 111 45 25
Octal 146 35 241 45 122 0 45 421 105 45
Binary 1100110 11101 10100001 100101 1010010 0 100101 100010001 1000101 100101

Color Harmonies of #661DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661DA1

Black with #661DA1

Text Example


Text Example

White with #661DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #661DA1;
 }
 .AnyTagClassName
 {
   color: #661DA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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