Html Css Color HEX #653593 Royal Purple

📋 copy color: '#653593'

red 101 ◦ green 53 ◦ blue 147

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

Shades of Royal Purple #653593

Tints of Royal Purple #653593

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

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

R = 33.55%
G = 17.61%
B = 48.84%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#653593 (or 0x653593) is known color: Royal Purple. HEX triplet: 65, 35 and 93. RGB value is (101,53,147). Sum of RGB (Red+Green+Blue) = 101+53+147=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #653593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653593 is #9ACA6C. Grayscale: #4D4D4D. Windows color (decimal): -10144365 or 9647461. OLE color: 9647461.

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

Color convert

RGB 101 53 147 -
CMYK 0.31 0.64 0 0.42
HSL 270.64º 0.47% 0.39% -
HSV(B) 270.64º 0.64% 0.58% -
XYZ 11.91 7.42 28.41 -
YUV 78.07 166.9 144.36 -
System Red Green Blue C M Y K H S L
Decimal 101 53 147 0.31 0.64 0 0.42 270.64 0.47 0.39
Hex 65 35 93 1F 40 0 2A 10F 2F 27
Octal 145 65 223 37 100 0 52 417 57 47
Binary 1100101 110101 10010011 11111 1000000 0 101010 100001111 101111 100111

Color Harmonies of #653593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653593

Black with #653593

Text Example


Text Example

White with #653593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653593; }

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

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

background-color css

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

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

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

border-color css

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

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

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