Html Css Color HEX #653CAD Royal Purple

📋 copy color: '#653CAD'

red 101 ◦ green 60 ◦ blue 173

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

Shades of Royal Purple #653CAD

Tints of Royal Purple #653CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.96%

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

R = 30.24%
G = 17.96%
B = 51.8%

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

#653CAD (or 0x653CAD) is known color: Royal Purple. HEX triplet: 65, 3C and AD. RGB value is (101,60,173). Sum of RGB (Red+Green+Blue) = 101+60+173=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #653CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653CAD is #9AC352. Grayscale: #545454. Windows color (decimal): -10142547 or 11353189. OLE color: 11353189.

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

Color convert

RGB 101 60 173 -
CMYK 0.42 0.65 0 0.32
HSL 261.77º 0.48% 0.46% -
HSV(B) 261.77º 0.65% 0.68% -
XYZ 14.53 9.02 40.51 -
YUV 85.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 101 60 173 0.42 0.65 0 0.32 261.77 0.48 0.46
Hex 65 3C AD 2A 41 0 20 106 30 2E
Octal 145 74 255 52 101 0 40 406 60 56
Binary 1100101 111100 10101101 101010 1000001 0 100000 100000110 110000 101110

Color Harmonies of #653CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CAD

Black with #653CAD

Text Example


Text Example

White with #653CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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