Html Css Color HEX #653FA4 Royal Purple

📋 copy color: '#653FA4'

red 101 ◦ green 63 ◦ blue 164

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

Shades of Royal Purple #653FA4

Tints of Royal Purple #653FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50%

R = 30.79%
G = 19.21%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#653FA4 (or 0x653FA4) is known color: Royal Purple. HEX triplet: 65, 3F and A4. RGB value is (101,63,164). Sum of RGB (Red+Green+Blue) = 101+63+164=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #653FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653FA4 is #9AC05B. Grayscale: #555555. Windows color (decimal): -10141788 or 10764133. OLE color: 10764133.

HSL color Cylindrical-coordinate representation of color #653FA4: hue angle of 262.57º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #653FA4 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 63 164 -
CMYK 0.38 0.62 0 0.36
HSL 262.57º 0.44% 0.45% -
HSV(B) 262.57º 0.62% 0.64% -
XYZ 13.85 9 36.13 -
YUV 85.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 101 63 164 0.38 0.62 0 0.36 262.57 0.44 0.45
Hex 65 3F A4 26 3E 0 24 107 2C 2D
Octal 145 77 244 46 76 0 44 407 54 55
Binary 1100101 111111 10100100 100110 111110 0 100100 100000111 101100 101101

Color Harmonies of #653FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653FA4

Black with #653FA4

Text Example


Text Example

White with #653FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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