Html Css Color HEX #653EAE Royal Purple

📋 copy color: '#653EAE'

red 101 ◦ green 62 ◦ blue 174

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

Shades of Royal Purple #653EAE

Tints of Royal Purple #653EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.63%

R = 29.97%
G = 18.4%
B = 51.63%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#653EAE (or 0x653EAE) is known color: Royal Purple. HEX triplet: 65, 3E and AE. RGB value is (101,62,174). Sum of RGB (Red+Green+Blue) = 101+62+174=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #653EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653EAE is #9AC151. Grayscale: #565656. Windows color (decimal): -10142034 or 11419237. OLE color: 11419237.

HSL color Cylindrical-coordinate representation of color #653EAE: hue angle of 260.89º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #653EAE is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 62 174 -
CMYK 0.42 0.64 0 0.32
HSL 260.89º 0.47% 0.46% -
HSV(B) 260.89º 0.64% 0.68% -
XYZ 14.73 9.27 41.06 -
YUV 86.43 177.42 138.39 -
System Red Green Blue C M Y K H S L
Decimal 101 62 174 0.42 0.64 0 0.32 260.89 0.47 0.46
Hex 65 3E AE 2A 40 0 20 105 2F 2E
Octal 145 76 256 52 100 0 40 405 57 56
Binary 1100101 111110 10101110 101010 1000000 0 100000 100000101 101111 101110

Color Harmonies of #653EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653EAE

Black with #653EAE

Text Example


Text Example

White with #653EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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