Html Css Color HEX #653FA6 Royal Purple

📋 copy color: '#653FA6'

red 101 ◦ green 63 ◦ blue 166

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

Shades of Royal Purple #653FA6

Tints of Royal Purple #653FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50.3%

R = 30.61%
G = 19.09%
B = 50.3%

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

#653FA6 (or 0x653FA6) is known color: Royal Purple. HEX triplet: 65, 3F and A6. RGB value is (101,63,166). Sum of RGB (Red+Green+Blue) = 101+63+166=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 166 (65.23% from 255 or 50.30% from 330); Max value from RGB is 166 - color contains mainly: blue. Hex color #653FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653FA6 is #9AC059. Grayscale: #555555. Windows color (decimal): -10141786 or 10895205. OLE color: 10895205.

HSL color Cylindrical-coordinate representation of color #653FA6: hue angle of 262.14º 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 #653FA6 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 63 166 -
CMYK 0.39 0.62 0 0.35
HSL 262.14º 0.45% 0.45% -
HSV(B) 262.14º 0.62% 0.65% -
XYZ 14.03 9.07 37.09 -
YUV 86.1 173.09 138.62 -
System Red Green Blue C M Y K H S L
Decimal 101 63 166 0.39 0.62 0 0.35 262.14 0.45 0.45
Hex 65 3F A6 27 3E 0 23 106 2D 2D
Octal 145 77 246 47 76 0 43 406 55 55
Binary 1100101 111111 10100110 100111 111110 0 100011 100000110 101101 101101

Color Harmonies of #653FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653FA6

Black with #653FA6

Text Example


Text Example

White with #653FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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