Html Css Color HEX #653CAC Royal Purple

📋 copy color: '#653CAC'

red 101 ◦ green 60 ◦ blue 172

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

Shades of Royal Purple #653CAC

Tints of Royal Purple #653CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.02%

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

R = 30.33%
G = 18.02%
B = 51.65%

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

#653CAC (or 0x653CAC) is known color: Royal Purple. HEX triplet: 65, 3C and AC. RGB value is (101,60,172). Sum of RGB (Red+Green+Blue) = 101+60+172=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #653CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653CAC is #9AC353. Grayscale: #545454. Windows color (decimal): -10142548 or 11287653. OLE color: 11287653.

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

Color convert

RGB 101 60 172 -
CMYK 0.41 0.65 0 0.33
HSL 261.96º 0.48% 0.45% -
HSV(B) 261.96º 0.65% 0.67% -
XYZ 14.43 8.98 40 -
YUV 85.03 177.08 139.39 -
System Red Green Blue C M Y K H S L
Decimal 101 60 172 0.41 0.65 0 0.33 261.96 0.48 0.45
Hex 65 3C AC 29 41 0 21 106 30 2D
Octal 145 74 254 51 101 0 41 406 60 55
Binary 1100101 111100 10101100 101001 1000001 0 100001 100000110 110000 101101

Color Harmonies of #653CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CAC

Black with #653CAC

Text Example


Text Example

White with #653CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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