Html Css Color HEX #653192 Royal Purple

📋 copy color: '#653192'

red 101 ◦ green 49 ◦ blue 146

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

Shades of Royal Purple #653192

Tints of Royal Purple #653192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.55%

 BLUE value IS 146 (57.42% from 255) = 49.32%

R = 34.12%
G = 16.55%
B = 49.32%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#653192 (or 0x653192) is known color: Royal Purple. HEX triplet: 65, 31 and 92. RGB value is (101,49,146). Sum of RGB (Red+Green+Blue) = 101+49+146=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #653192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653192 is #9ACE6D. Grayscale: #4B4B4B. Windows color (decimal): -10145390 or 9580901. OLE color: 9580901.

HSL color Cylindrical-coordinate representation of color #653192: hue angle of 272.16º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #653192 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 49 146 -
CMYK 0.31 0.66 0 0.43
HSL 272.16º 0.5% 0.38% -
HSV(B) 272.16º 0.66% 0.57% -
XYZ 11.65 7.04 27.94 -
YUV 75.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 101 49 146 0.31 0.66 0 0.43 272.16 0.5 0.38
Hex 65 31 92 1F 42 0 2B 110 32 26
Octal 145 61 222 37 102 0 53 420 62 46
Binary 1100101 110001 10010010 11111 1000010 0 101011 100010000 110010 100110

Color Harmonies of #653192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653192

Black with #653192

Text Example


Text Example

White with #653192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653192; }

 p { color: rgb(101,49,146); }

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

background-color css

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

 a { background-color: rgb(101,49,146); }

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

border-color css

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

 span { border-color: rgb(101,49,146); }

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