Html Css Color HEX #653FAE Royal Purple

📋 copy color: '#653FAE'

red 101 ◦ green 63 ◦ blue 174

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

Shades of Royal Purple #653FAE

Tints of Royal Purple #653FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 18.64%

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

R = 29.88%
G = 18.64%
B = 51.48%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#653FAE (or 0x653FAE) is known color: Royal Purple. HEX triplet: 65, 3F and AE. RGB value is (101,63,174). Sum of RGB (Red+Green+Blue) = 101+63+174=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #653FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653FAE is #9AC051. Grayscale: #565656. Windows color (decimal): -10141778 or 11419493. OLE color: 11419493.

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

Color convert

RGB 101 63 174 -
CMYK 0.42 0.64 0 0.32
HSL 260.54º 0.47% 0.46% -
HSV(B) 260.54º 0.64% 0.68% -
XYZ 14.78 9.38 41.08 -
YUV 87.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 101 63 174 0.42 0.64 0 0.32 260.54 0.47 0.46
Hex 65 3F AE 2A 40 0 20 105 2F 2E
Octal 145 77 256 52 100 0 40 405 57 56
Binary 1100101 111111 10101110 101010 1000000 0 100000 100000101 101111 101110

Color Harmonies of #653FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653FAE

Black with #653FAE

Text Example


Text Example

White with #653FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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