Html Css Color HEX #653AAC Royal Purple

📋 copy color: '#653AAC'

red 101 ◦ green 58 ◦ blue 172

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

Shades of Royal Purple #653AAC

Tints of Royal Purple #653AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.96%

R = 30.51%
G = 17.52%
B = 51.96%

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

#653AAC (or 0x653AAC) is known color: Royal Purple. HEX triplet: 65, 3A and AC. RGB value is (101,58,172). Sum of RGB (Red+Green+Blue) = 101+58+172=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #653AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653AAC is #9AC553. Grayscale: #535353. Windows color (decimal): -10143060 or 11287141. OLE color: 11287141.

HSL color Cylindrical-coordinate representation of color #653AAC: hue angle of 262.63º degrees, saturation: 0.5, 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 #653AAC is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 58 172 -
CMYK 0.41 0.66 0 0.33
HSL 262.63º 0.5% 0.45% -
HSV(B) 262.63º 0.66% 0.67% -
XYZ 14.33 8.77 39.97 -
YUV 83.85 177.75 140.23 -
System Red Green Blue C M Y K H S L
Decimal 101 58 172 0.41 0.66 0 0.33 262.63 0.5 0.45
Hex 65 3A AC 29 42 0 21 107 32 2D
Octal 145 72 254 51 102 0 41 407 62 55
Binary 1100101 111010 10101100 101001 1000010 0 100001 100000111 110010 101101

Color Harmonies of #653AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653AAC

Black with #653AAC

Text Example


Text Example

White with #653AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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