Html Css Color HEX #653FA5 Royal Purple

📋 copy color: '#653FA5'

red 101 ◦ green 63 ◦ blue 165

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

Shades of Royal Purple #653FA5

Tints of Royal Purple #653FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 50.15%

R = 30.7%
G = 19.15%
B = 50.15%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#653FA5 (or 0x653FA5) is known color: Royal Purple. HEX triplet: 65, 3F and A5. RGB value is (101,63,165). Sum of RGB (Red+Green+Blue) = 101+63+165=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #653FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653FA5 is #9AC05A. Grayscale: #555555. Windows color (decimal): -10141787 or 10829669. OLE color: 10829669.

HSL color Cylindrical-coordinate representation of color #653FA5: hue angle of 262.35º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #653FA5 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 63 165 -
CMYK 0.39 0.62 0 0.35
HSL 262.35º 0.45% 0.45% -
HSV(B) 262.35º 0.62% 0.65% -
XYZ 13.94 9.04 36.61 -
YUV 85.99 172.59 138.71 -
System Red Green Blue C M Y K H S L
Decimal 101 63 165 0.39 0.62 0 0.35 262.35 0.45 0.45
Hex 65 3F A5 27 3E 0 23 106 2D 2D
Octal 145 77 245 47 76 0 43 406 55 55
Binary 1100101 111111 10100101 100111 111110 0 100011 100000110 101101 101101

Color Harmonies of #653FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653FA5

Black with #653FA5

Text Example


Text Example

White with #653FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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