Html Css Color HEX #653195 Royal Purple

📋 copy color: '#653195'

red 101 ◦ green 49 ◦ blue 149

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

Shades of Royal Purple #653195

Tints of Royal Purple #653195

RGB

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

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

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

R = 33.78%
G = 16.39%
B = 49.83%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#653195 (or 0x653195) is known color: Royal Purple. HEX triplet: 65, 31 and 95. RGB value is (101,49,149). Sum of RGB (Red+Green+Blue) = 101+49+149=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #653195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653195 is #9ACE6A. Grayscale: #4B4B4B. Windows color (decimal): -10145387 or 9777509. OLE color: 9777509.

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

Color convert

RGB 101 49 149 -
CMYK 0.32 0.67 0 0.42
HSL 271.2º 0.51% 0.39% -
HSV(B) 271.2º 0.67% 0.58% -
XYZ 11.89 7.13 29.18 -
YUV 75.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 101 49 149 0.32 0.67 0 0.42 271.2 0.51 0.39
Hex 65 31 95 20 43 0 2A 10F 33 27
Octal 145 61 225 40 103 0 52 417 63 47
Binary 1100101 110001 10010101 100000 1000011 0 101010 100001111 110011 100111

Color Harmonies of #653195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653195

Black with #653195

Text Example


Text Example

White with #653195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653195; }

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

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

background-color css

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

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

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

border-color css

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

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

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