Html Css Color HEX #653599 Royal Purple

📋 copy color: '#653599'

red 101 ◦ green 53 ◦ blue 153

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

Shades of Royal Purple #653599

Tints of Royal Purple #653599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.84%

R = 32.9%
G = 17.26%
B = 49.84%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#653599 (or 0x653599) is known color: Royal Purple. HEX triplet: 65, 35 and 99. RGB value is (101,53,153). Sum of RGB (Red+Green+Blue) = 101+53+153=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #653599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653599 is #9ACA66. Grayscale: #4E4E4E. Windows color (decimal): -10144359 or 10040677. OLE color: 10040677.

HSL color Cylindrical-coordinate representation of color #653599: hue angle of 268.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #653599 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 53 153 -
CMYK 0.34 0.65 0 0.4
HSL 268.8º 0.49% 0.4% -
HSV(B) 268.8º 0.65% 0.6% -
XYZ 12.39 7.61 30.95 -
YUV 78.75 169.9 143.87 -
System Red Green Blue C M Y K H S L
Decimal 101 53 153 0.34 0.65 0 0.4 268.8 0.49 0.4
Hex 65 35 99 22 41 0 28 10D 31 28
Octal 145 65 231 42 101 0 50 415 61 50
Binary 1100101 110101 10011001 100010 1000001 0 101000 100001101 110001 101000

Color Harmonies of #653599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653599

Black with #653599

Text Example


Text Example

White with #653599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653599; }

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

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

background-color css

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

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

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

border-color css

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

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

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