Html Css Color HEX #653BAE Royal Purple

📋 copy color: '#653BAE'

red 101 ◦ green 59 ◦ blue 174

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

Shades of Royal Purple #653BAE

Tints of Royal Purple #653BAE

RGB

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

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

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

R = 30.24%
G = 17.66%
B = 52.1%

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

#653BAE (or 0x653BAE) is known color: Royal Purple. HEX triplet: 65, 3B and AE. RGB value is (101,59,174). Sum of RGB (Red+Green+Blue) = 101+59+174=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #653BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653BAE is #9AC451. Grayscale: #545454. Windows color (decimal): -10142802 or 11418469. OLE color: 11418469.

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

Color convert

RGB 101 59 174 -
CMYK 0.42 0.66 0 0.32
HSL 261.91º 0.49% 0.46% -
HSV(B) 261.91º 0.66% 0.68% -
XYZ 14.57 8.95 41 -
YUV 84.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 101 59 174 0.42 0.66 0 0.32 261.91 0.49 0.46
Hex 65 3B AE 2A 42 0 20 106 31 2E
Octal 145 73 256 52 102 0 40 406 61 56
Binary 1100101 111011 10101110 101010 1000010 0 100000 100000110 110001 101110

Color Harmonies of #653BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653BAE

Black with #653BAE

Text Example


Text Example

White with #653BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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