Html Css Color HEX #653DAD Royal Purple

📋 copy color: '#653DAD'

red 101 ◦ green 61 ◦ blue 173

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

Shades of Royal Purple #653DAD

Tints of Royal Purple #653DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.64%

R = 30.15%
G = 18.21%
B = 51.64%

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

#653DAD (or 0x653DAD) is known color: Royal Purple. HEX triplet: 65, 3D and AD. RGB value is (101,61,173). Sum of RGB (Red+Green+Blue) = 101+61+173=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #653DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653DAD is #9AC252. Grayscale: #555555. Windows color (decimal): -10142291 or 11353445. OLE color: 11353445.

HSL color Cylindrical-coordinate representation of color #653DAD: hue angle of 261.43º 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 #653DAD is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 61 173 -
CMYK 0.42 0.65 0 0.32
HSL 261.43º 0.48% 0.46% -
HSV(B) 261.43º 0.65% 0.68% -
XYZ 14.58 9.12 40.53 -
YUV 85.73 177.25 138.89 -
System Red Green Blue C M Y K H S L
Decimal 101 61 173 0.42 0.65 0 0.32 261.43 0.48 0.46
Hex 65 3D AD 2A 41 0 20 105 30 2E
Octal 145 75 255 52 101 0 40 405 60 56
Binary 1100101 111101 10101101 101010 1000001 0 100000 100000101 110000 101110

Color Harmonies of #653DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653DAD

Black with #653DAD

Text Example


Text Example

White with #653DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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