Html Css Color HEX #653B93 Royal Purple

📋 copy color: '#653B93'

red 101 ◦ green 59 ◦ blue 147

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

Shades of Royal Purple #653B93

Tints of Royal Purple #653B93

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.22%

 BLUE value IS 147 (57.81% from 255) = 47.88%

R = 32.9%
G = 19.22%
B = 47.88%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#653B93 (or 0x653B93) is known color: Royal Purple. HEX triplet: 65, 3B and 93. RGB value is (101,59,147). Sum of RGB (Red+Green+Blue) = 101+59+147=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #653B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653B93 is #9AC46C. Grayscale: #515151. Windows color (decimal): -10142829 or 9648997. OLE color: 9648997.

HSL color Cylindrical-coordinate representation of color #653B93: hue angle of 268.64º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #653B93 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 59 147 -
CMYK 0.31 0.60 0 0.42
HSL 268.64º 0.43% 0.4% -
HSV(B) 268.64º 0.6% 0.58% -
XYZ 12.2 8 28.51 -
YUV 81.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 101 59 147 0.31 0.60 0 0.42 268.64 0.43 0.4
Hex 65 3B 93 1F 3C 0 2A 10D 2B 28
Octal 145 73 223 37 74 0 52 415 53 50
Binary 1100101 111011 10010011 11111 111100 0 101010 100001101 101011 101000

Color Harmonies of #653B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653B93

Black with #653B93

Text Example


Text Example

White with #653B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,59,147); }

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

background-color css

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

 a { background-color: rgb(101,59,147); }

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

border-color css

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

 span { border-color: rgb(101,59,147); }

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