Html Css Color HEX #653BAD Royal Purple

📋 copy color: '#653BAD'

red 101 ◦ green 59 ◦ blue 173

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

Shades of Royal Purple #653BAD

Tints of Royal Purple #653BAD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.72%

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

R = 30.33%
G = 17.72%
B = 51.95%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#653BAD (or 0x653BAD) is known color: Royal Purple. HEX triplet: 65, 3B and AD. RGB value is (101,59,173). Sum of RGB (Red+Green+Blue) = 101+59+173=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #653BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653BAD is #9AC452. Grayscale: #545454. Windows color (decimal): -10142803 or 11352933. OLE color: 11352933.

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

Color convert

RGB 101 59 173 -
CMYK 0.42 0.66 0 0.32
HSL 262.11º 0.49% 0.45% -
HSV(B) 262.11º 0.66% 0.68% -
XYZ 14.47 8.91 40.49 -
YUV 84.55 177.91 139.73 -
System Red Green Blue C M Y K H S L
Decimal 101 59 173 0.42 0.66 0 0.32 262.11 0.49 0.45
Hex 65 3B AD 2A 42 0 20 106 31 2D
Octal 145 73 255 52 102 0 40 406 61 55
Binary 1100101 111011 10101101 101010 1000010 0 100000 100000110 110001 101101

Color Harmonies of #653BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653BAD

Black with #653BAD

Text Example


Text Example

White with #653BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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