Html Css Color HEX #653191 Royal Purple

📋 copy color: '#653191'

red 101 ◦ green 49 ◦ blue 145

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

Shades of Royal Purple #653191

Tints of Royal Purple #653191

RGB

 RED value IS 101 (39.84% from 255) = 34.24%

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

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

R = 34.24%
G = 16.61%
B = 49.15%

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

#653191 (or 0x653191) is known color: Royal Purple. HEX triplet: 65, 31 and 91. RGB value is (101,49,145). Sum of RGB (Red+Green+Blue) = 101+49+145=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #653191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653191 is #9ACE6E. Grayscale: #4B4B4B. Windows color (decimal): -10145391 or 9515365. OLE color: 9515365.

HSL color Cylindrical-coordinate representation of color #653191: hue angle of 272.5º 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 #653191 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 49 145 -
CMYK 0.30 0.66 0 0.43
HSL 272.5º 0.49% 0.38% -
HSV(B) 272.5º 0.66% 0.57% -
XYZ 11.58 7.01 27.53 -
YUV 75.49 167.23 146.19 -
System Red Green Blue C M Y K H S L
Decimal 101 49 145 0.30 0.66 0 0.43 272.5 0.49 0.38
Hex 65 31 91 1E 42 0 2B 110 31 26
Octal 145 61 221 36 102 0 53 420 61 46
Binary 1100101 110001 10010001 11110 1000010 0 101011 100010000 110001 100110

Color Harmonies of #653191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653191

Black with #653191

Text Example


Text Example

White with #653191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653191; }

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

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

background-color css

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

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

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

border-color css

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

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

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