Html Css Color HEX #653493 Royal Purple

📋 copy color: '#653493'

red 101 ◦ green 52 ◦ blue 147

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

Shades of Royal Purple #653493

Tints of Royal Purple #653493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49%

R = 33.67%
G = 17.33%
B = 49%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#653493 (or 0x653493) is known color: Royal Purple. HEX triplet: 65, 34 and 93. RGB value is (101,52,147). Sum of RGB (Red+Green+Blue) = 101+52+147=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #653493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653493 is #9ACB6C. Grayscale: #4D4D4D. Windows color (decimal): -10144621 or 9647205. OLE color: 9647205.

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

Color convert

RGB 101 52 147 -
CMYK 0.31 0.65 0 0.42
HSL 270.95º 0.48% 0.39% -
HSV(B) 270.95º 0.65% 0.58% -
XYZ 11.86 7.33 28.39 -
YUV 77.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 101 52 147 0.31 0.65 0 0.42 270.95 0.48 0.39
Hex 65 34 93 1F 41 0 2A 10F 30 27
Octal 145 64 223 37 101 0 52 417 60 47
Binary 1100101 110100 10010011 11111 1000001 0 101010 100001111 110000 100111

Color Harmonies of #653493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653493

Black with #653493

Text Example


Text Example

White with #653493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653493; }

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

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

background-color css

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

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

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

border-color css

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

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

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