Html Css Color HEX #653BAA Royal Purple

📋 copy color: '#653BAA'

red 101 ◦ green 59 ◦ blue 170

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

Shades of Royal Purple #653BAA

Tints of Royal Purple #653BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.52%

R = 30.61%
G = 17.88%
B = 51.52%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#653BAA (or 0x653BAA) is known color: Royal Purple. HEX triplet: 65, 3B and AA. RGB value is (101,59,170). Sum of RGB (Red+Green+Blue) = 101+59+170=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #653BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653BAA is #9AC455. Grayscale: #535353. Windows color (decimal): -10142806 or 11156325. OLE color: 11156325.

HSL color Cylindrical-coordinate representation of color #653BAA: hue angle of 262.7º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #653BAA is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 59 170 -
CMYK 0.41 0.65 0 0.33
HSL 262.7º 0.48% 0.45% -
HSV(B) 262.7º 0.65% 0.67% -
XYZ 14.19 8.8 38.98 -
YUV 84.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 101 59 170 0.41 0.65 0 0.33 262.7 0.48 0.45
Hex 65 3B AA 29 41 0 21 107 30 2D
Octal 145 73 252 51 101 0 41 407 60 55
Binary 1100101 111011 10101010 101001 1000001 0 100001 100000111 110000 101101

Color Harmonies of #653BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653BAA

Black with #653BAA

Text Example


Text Example

White with #653BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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