Html Css Color HEX #653E97 Royal Purple

📋 copy color: '#653E97'

red 101 ◦ green 62 ◦ blue 151

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

Shades of Royal Purple #653E97

Tints of Royal Purple #653E97

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.75%

 BLUE value IS 151 (59.38% from 255) = 48.09%

R = 32.17%
G = 19.75%
B = 48.09%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#653E97 (or 0x653E97) is known color: Royal Purple. HEX triplet: 65, 3E and 97. RGB value is (101,62,151). Sum of RGB (Red+Green+Blue) = 101+62+151=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #653E97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653E97 is #9AC168. Grayscale: #535353. Windows color (decimal): -10142057 or 9911909. OLE color: 9911909.

HSL color Cylindrical-coordinate representation of color #653E97: hue angle of 266.29º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #653E97 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 62 151 -
CMYK 0.33 0.59 0 0.41
HSL 266.29º 0.42% 0.42% -
HSV(B) 266.29º 0.59% 0.59% -
XYZ 12.68 8.45 30.24 -
YUV 83.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 101 62 151 0.33 0.59 0 0.41 266.29 0.42 0.42
Hex 65 3E 97 21 3B 0 29 10A 2A 2A
Octal 145 76 227 41 73 0 51 412 52 52
Binary 1100101 111110 10010111 100001 111011 0 101001 100001010 101010 101010

Color Harmonies of #653E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653E97

Black with #653E97

Text Example


Text Example

White with #653E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653E97; }

 p { color: rgb(101,62,151); }

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

background-color css

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

 a { background-color: rgb(101,62,151); }

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

border-color css

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

 span { border-color: rgb(101,62,151); }

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