Html Css Color HEX #663191 Royal Purple

📋 copy color: '#663191'

red 102 ◦ green 49 ◦ blue 145

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

Shades of Royal Purple #663191

Tints of Royal Purple #663191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.55%

 BLUE value IS 145 (57.03% from 255) = 48.99%

R = 34.46%
G = 16.55%
B = 48.99%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#663191 (or 0x663191) is known color: Royal Purple. HEX triplet: 66, 31 and 91. RGB value is (102,49,145). Sum of RGB (Red+Green+Blue) = 102+49+145=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #663191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663191 is #99CE6E. Grayscale: #4B4B4B. Windows color (decimal): -10079855 or 9515366. OLE color: 9515366.

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

Color convert

RGB 102 49 145 -
CMYK 0.30 0.66 0 0.43
HSL 273.13º 0.49% 0.38% -
HSV(B) 273.13º 0.66% 0.57% -
XYZ 11.69 7.07 27.54 -
YUV 75.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 102 49 145 0.30 0.66 0 0.43 273.13 0.49 0.38
Hex 66 31 91 1E 42 0 2B 111 31 26
Octal 146 61 221 36 102 0 53 421 61 46
Binary 1100110 110001 10010001 11110 1000010 0 101011 100010001 110001 100110

Color Harmonies of #663191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663191

Black with #663191

Text Example


Text Example

White with #663191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663191; }

 p { color: rgb(102,49,145); }

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

background-color css

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

 a { background-color: rgb(102,49,145); }

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

border-color css

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

 span { border-color: rgb(102,49,145); }

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