Html Css Color HEX #653DAE Royal Purple

📋 copy color: '#653DAE'

red 101 ◦ green 61 ◦ blue 174

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

Shades of Royal Purple #653DAE

Tints of Royal Purple #653DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.15%

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

R = 30.06%
G = 18.15%
B = 51.79%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#653DAE (or 0x653DAE) is known color: Royal Purple. HEX triplet: 65, 3D and AE. RGB value is (101,61,174). Sum of RGB (Red+Green+Blue) = 101+61+174=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #653DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653DAE is #9AC251. Grayscale: #555555. Windows color (decimal): -10142290 or 11418981. OLE color: 11418981.

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

Color convert

RGB 101 61 174 -
CMYK 0.42 0.65 0 0.32
HSL 261.24º 0.48% 0.46% -
HSV(B) 261.24º 0.65% 0.68% -
XYZ 14.68 9.16 41.04 -
YUV 85.84 177.75 138.81 -
System Red Green Blue C M Y K H S L
Decimal 101 61 174 0.42 0.65 0 0.32 261.24 0.48 0.46
Hex 65 3D AE 2A 41 0 20 105 30 2E
Octal 145 75 256 52 101 0 40 405 60 56
Binary 1100101 111101 10101110 101010 1000001 0 100000 100000101 110000 101110

Color Harmonies of #653DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653DAE

Black with #653DAE

Text Example


Text Example

White with #653DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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