Html Css Color HEX #653293 Royal Purple

📋 copy color: '#653293'

red 101 ◦ green 50 ◦ blue 147

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

Shades of Royal Purple #653293

Tints of Royal Purple #653293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

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

R = 33.89%
G = 16.78%
B = 49.33%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#653293 (or 0x653293) is known color: Royal Purple. HEX triplet: 65, 32 and 93. RGB value is (101,50,147). Sum of RGB (Red+Green+Blue) = 101+50+147=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #653293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653293 is #9ACD6C. Grayscale: #4B4B4B. Windows color (decimal): -10145133 or 9646693. OLE color: 9646693.

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

Color convert

RGB 101 50 147 -
CMYK 0.31 0.66 0 0.42
HSL 271.55º 0.49% 0.39% -
HSV(B) 271.55º 0.66% 0.58% -
XYZ 11.77 7.15 28.36 -
YUV 76.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 101 50 147 0.31 0.66 0 0.42 271.55 0.49 0.39
Hex 65 32 93 1F 42 0 2A 110 31 27
Octal 145 62 223 37 102 0 52 420 61 47
Binary 1100101 110010 10010011 11111 1000010 0 101010 100010000 110001 100111

Color Harmonies of #653293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653293

Black with #653293

Text Example


Text Example

White with #653293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653293; }

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

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

background-color css

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

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

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

border-color css

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

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

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