Html Css Color HEX #653594 Royal Purple

📋 copy color: '#653594'

red 101 ◦ green 53 ◦ blue 148

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

Shades of Royal Purple #653594

Tints of Royal Purple #653594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.55%

 BLUE value IS 148 (58.2% from 255) = 49.01%

R = 33.44%
G = 17.55%
B = 49.01%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#653594 (or 0x653594) is known color: Royal Purple. HEX triplet: 65, 35 and 94. RGB value is (101,53,148). Sum of RGB (Red+Green+Blue) = 101+53+148=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #653594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653594 is #9ACA6B. Grayscale: #4D4D4D. Windows color (decimal): -10144364 or 9712997. OLE color: 9712997.

HSL color Cylindrical-coordinate representation of color #653594: hue angle of 270.32º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #653594 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 53 148 -
CMYK 0.32 0.64 0 0.42
HSL 270.32º 0.47% 0.39% -
HSV(B) 270.32º 0.64% 0.58% -
XYZ 11.99 7.45 28.82 -
YUV 78.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 101 53 148 0.32 0.64 0 0.42 270.32 0.47 0.39
Hex 65 35 94 20 40 0 2A 10E 2F 27
Octal 145 65 224 40 100 0 52 416 57 47
Binary 1100101 110101 10010100 100000 1000000 0 101010 100001110 101111 100111

Color Harmonies of #653594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653594

Black with #653594

Text Example


Text Example

White with #653594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653594; }

 p { color: rgb(101,53,148); }

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

background-color css

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

 a { background-color: rgb(101,53,148); }

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

border-color css

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

 span { border-color: rgb(101,53,148); }

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