Html Css Color HEX #653495 Royal Purple

📋 copy color: '#653495'

red 101 ◦ green 52 ◦ blue 149

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

Shades of Royal Purple #653495

Tints of Royal Purple #653495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.34%

R = 33.44%
G = 17.22%
B = 49.34%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#653495 (or 0x653495) is known color: Royal Purple. HEX triplet: 65, 34 and 95. RGB value is (101,52,149). Sum of RGB (Red+Green+Blue) = 101+52+149=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #653495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653495 is #9ACB6A. Grayscale: #4D4D4D. Windows color (decimal): -10144619 or 9778277. OLE color: 9778277.

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

Color convert

RGB 101 52 149 -
CMYK 0.32 0.65 0 0.42
HSL 270.31º 0.48% 0.39% -
HSV(B) 270.31º 0.65% 0.58% -
XYZ 12.02 7.39 29.23 -
YUV 77.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 101 52 149 0.32 0.65 0 0.42 270.31 0.48 0.39
Hex 65 34 95 20 41 0 2A 10E 30 27
Octal 145 64 225 40 101 0 52 416 60 47
Binary 1100101 110100 10010101 100000 1000001 0 101010 100001110 110000 100111

Color Harmonies of #653495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653495

Black with #653495

Text Example


Text Example

White with #653495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653495; }

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

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

background-color css

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

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

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

border-color css

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

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

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