Html Css Color HEX #653AAE Royal Purple

📋 copy color: '#653AAE'

red 101 ◦ green 58 ◦ blue 174

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

Shades of Royal Purple #653AAE

Tints of Royal Purple #653AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.42%

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

R = 30.33%
G = 17.42%
B = 52.25%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#653AAE (or 0x653AAE) is known color: Royal Purple. HEX triplet: 65, 3A and AE. RGB value is (101,58,174). Sum of RGB (Red+Green+Blue) = 101+58+174=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #653AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653AAE is #9AC551. Grayscale: #535353. Windows color (decimal): -10143058 or 11418213. OLE color: 11418213.

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

Color convert

RGB 101 58 174 -
CMYK 0.42 0.67 0 0.32
HSL 262.24º 0.5% 0.45% -
HSV(B) 262.24º 0.67% 0.68% -
XYZ 14.52 8.85 40.99 -
YUV 84.08 178.75 140.07 -
System Red Green Blue C M Y K H S L
Decimal 101 58 174 0.42 0.67 0 0.32 262.24 0.5 0.45
Hex 65 3A AE 2A 43 0 20 106 32 2D
Octal 145 72 256 52 103 0 40 406 62 55
Binary 1100101 111010 10101110 101010 1000011 0 100000 100000110 110010 101101

Color Harmonies of #653AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653AAE

Black with #653AAE

Text Example


Text Example

White with #653AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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