Html Css Color HEX #653496 Royal Purple

📋 copy color: '#653496'

red 101 ◦ green 52 ◦ blue 150

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

Shades of Royal Purple #653496

Tints of Royal Purple #653496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 49.5%

R = 33.33%
G = 17.16%
B = 49.5%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#653496 (or 0x653496) is known color: Royal Purple. HEX triplet: 65, 34 and 96. RGB value is (101,52,150). Sum of RGB (Red+Green+Blue) = 101+52+150=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #653496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653496 is #9ACB69. Grayscale: #4D4D4D. Windows color (decimal): -10144618 or 9843813. OLE color: 9843813.

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

Color convert

RGB 101 52 150 -
CMYK 0.33 0.65 0 0.41
HSL 270º 0.49% 0.4% -
HSV(B) 270º 0.65% 0.59% -
XYZ 12.1 7.42 29.65 -
YUV 77.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 101 52 150 0.33 0.65 0 0.41 270 0.49 0.4
Hex 65 34 96 21 41 0 29 10E 31 28
Octal 145 64 226 41 101 0 51 416 61 50
Binary 1100101 110100 10010110 100001 1000001 0 101001 100001110 110001 101000

Color Harmonies of #653496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653496

Black with #653496

Text Example


Text Example

White with #653496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653496; }

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

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

background-color css

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

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

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

border-color css

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

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

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