Html Css Color HEX #653494 Royal Purple

📋 copy color: '#653494'

red 101 ◦ green 52 ◦ blue 148

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

Shades of Royal Purple #653494

Tints of Royal Purple #653494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.17%

R = 33.55%
G = 17.28%
B = 49.17%

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

#653494 (or 0x653494) is known color: Royal Purple. HEX triplet: 65, 34 and 94. RGB value is (101,52,148). Sum of RGB (Red+Green+Blue) = 101+52+148=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #653494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653494 is #9ACB6B. Grayscale: #4D4D4D. Windows color (decimal): -10144620 or 9712741. OLE color: 9712741.

HSL color Cylindrical-coordinate representation of color #653494: hue angle of 270.62º 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 #653494 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 52 148 -
CMYK 0.32 0.65 0 0.42
HSL 270.63º 0.48% 0.39% -
HSV(B) 270.63º 0.65% 0.58% -
XYZ 11.94 7.36 28.81 -
YUV 77.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 101 52 148 0.32 0.65 0 0.42 270.63 0.48 0.39
Hex 65 34 94 20 41 0 2A 10F 30 27
Octal 145 64 224 40 101 0 52 417 60 47
Binary 1100101 110100 10010100 100000 1000001 0 101010 100001111 110000 100111

Color Harmonies of #653494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653494

Black with #653494

Text Example


Text Example

White with #653494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653494; }

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

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

background-color css

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

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

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

border-color css

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

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

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