Html Css Color HEX #653A9D Royal Purple

📋 copy color: '#653A9D'

red 101 ◦ green 58 ◦ blue 157

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

Shades of Royal Purple #653A9D

Tints of Royal Purple #653A9D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.35%

 BLUE value IS 157 (61.72% from 255) = 49.68%

R = 31.96%
G = 18.35%
B = 49.68%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#653A9D (or 0x653A9D) is known color: Royal Purple. HEX triplet: 65, 3A and 9D. RGB value is (101,58,157). Sum of RGB (Red+Green+Blue) = 101+58+157=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #653A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653A9D is #9AC562. Grayscale: #515151. Windows color (decimal): -10143075 or 10304101. OLE color: 10304101.

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

Color convert

RGB 101 58 157 -
CMYK 0.36 0.63 0 0.38
HSL 266.06º 0.46% 0.42% -
HSV(B) 266.06º 0.63% 0.62% -
XYZ 12.97 8.23 32.8 -
YUV 82.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 101 58 157 0.36 0.63 0 0.38 266.06 0.46 0.42
Hex 65 3A 9D 24 3F 0 26 10A 2E 2A
Octal 145 72 235 44 77 0 46 412 56 52
Binary 1100101 111010 10011101 100100 111111 0 100110 100001010 101110 101010

Color Harmonies of #653A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653A9D

Black with #653A9D

Text Example


Text Example

White with #653A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,58,157); }

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

background-color css

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

 a { background-color: rgb(101,58,157); }

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

border-color css

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

 span { border-color: rgb(101,58,157); }

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