Html Css Color HEX #653193 Royal Purple

📋 copy color: '#653193'

red 101 ◦ green 49 ◦ blue 147

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

Shades of Royal Purple #653193

Tints of Royal Purple #653193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.49%

R = 34.01%
G = 16.5%
B = 49.49%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#653193 (or 0x653193) is known color: Royal Purple. HEX triplet: 65, 31 and 93. RGB value is (101,49,147). Sum of RGB (Red+Green+Blue) = 101+49+147=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #653193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653193 is #9ACE6C. Grayscale: #4B4B4B. Windows color (decimal): -10145389 or 9646437. OLE color: 9646437.

HSL color Cylindrical-coordinate representation of color #653193: hue angle of 271.84º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653193 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 49 147 -
CMYK 0.31 0.67 0 0.42
HSL 271.84º 0.5% 0.38% -
HSV(B) 271.84º 0.67% 0.58% -
XYZ 11.73 7.07 28.35 -
YUV 75.72 168.23 146.03 -
System Red Green Blue C M Y K H S L
Decimal 101 49 147 0.31 0.67 0 0.42 271.84 0.5 0.38
Hex 65 31 93 1F 43 0 2A 110 32 26
Octal 145 61 223 37 103 0 52 420 62 46
Binary 1100101 110001 10010011 11111 1000011 0 101010 100010000 110010 100110

Color Harmonies of #653193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653193

Black with #653193

Text Example


Text Example

White with #653193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653193; }

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

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

background-color css

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

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

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

border-color css

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

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

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