Html Css Color HEX #653AAA Royal Purple

📋 copy color: '#653AAA'

red 101 ◦ green 58 ◦ blue 170

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

Shades of Royal Purple #653AAA

Tints of Royal Purple #653AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.63%

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

R = 30.7%
G = 17.63%
B = 51.67%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#653AAA (or 0x653AAA) is known color: Royal Purple. HEX triplet: 65, 3A and AA. RGB value is (101,58,170). Sum of RGB (Red+Green+Blue) = 101+58+170=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #653AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653AAA is #9AC555. Grayscale: #535353. Windows color (decimal): -10143062 or 11156069. OLE color: 11156069.

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

Color convert

RGB 101 58 170 -
CMYK 0.41 0.66 0 0.33
HSL 263.04º 0.49% 0.45% -
HSV(B) 263.04º 0.66% 0.67% -
XYZ 14.14 8.7 38.96 -
YUV 83.63 176.75 140.39 -
System Red Green Blue C M Y K H S L
Decimal 101 58 170 0.41 0.66 0 0.33 263.04 0.49 0.45
Hex 65 3A AA 29 42 0 21 107 31 2D
Octal 145 72 252 51 102 0 41 407 61 55
Binary 1100101 111010 10101010 101001 1000010 0 100001 100000111 110001 101101

Color Harmonies of #653AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653AAA

Black with #653AAA

Text Example


Text Example

White with #653AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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