Html Css Color HEX #653499 Royal Purple

📋 copy color: '#653499'

red 101 ◦ green 52 ◦ blue 153

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

Shades of Royal Purple #653499

Tints of Royal Purple #653499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.99%

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

R = 33.01%
G = 16.99%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#653499 (or 0x653499) is known color: Royal Purple. HEX triplet: 65, 34 and 99. RGB value is (101,52,153). Sum of RGB (Red+Green+Blue) = 101+52+153=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #653499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653499 is #9ACB66. Grayscale: #4D4D4D. Windows color (decimal): -10144615 or 10040421. OLE color: 10040421.

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

Color convert

RGB 101 52 153 -
CMYK 0.34 0.66 0 0.4
HSL 269.11º 0.49% 0.4% -
HSV(B) 269.11º 0.66% 0.6% -
XYZ 12.34 7.52 30.94 -
YUV 78.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 101 52 153 0.34 0.66 0 0.4 269.11 0.49 0.4
Hex 65 34 99 22 42 0 28 10D 31 28
Octal 145 64 231 42 102 0 50 415 61 50
Binary 1100101 110100 10011001 100010 1000010 0 101000 100001101 110001 101000

Color Harmonies of #653499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653499

Black with #653499

Text Example


Text Example

White with #653499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653499; }

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

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

background-color css

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

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

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

border-color css

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

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

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