Html Css Color HEX #653694 Royal Purple

📋 copy color: '#653694'

red 101 ◦ green 54 ◦ blue 148

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

Shades of Royal Purple #653694

Tints of Royal Purple #653694

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

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

R = 33.33%
G = 17.82%
B = 48.84%

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

#653694 (or 0x653694) is known color: Royal Purple. HEX triplet: 65, 36 and 94. RGB value is (101,54,148). Sum of RGB (Red+Green+Blue) = 101+54+148=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #653694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653694 is #9AC96B. Grayscale: #4E4E4E. Windows color (decimal): -10144108 or 9713253. OLE color: 9713253.

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

Color convert

RGB 101 54 148 -
CMYK 0.32 0.64 0 0.42
HSL 270º 0.47% 0.4% -
HSV(B) 270º 0.64% 0.58% -
XYZ 12.03 7.54 28.84 -
YUV 78.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 101 54 148 0.32 0.64 0 0.42 270 0.47 0.4
Hex 65 36 94 20 40 0 2A 10E 2F 28
Octal 145 66 224 40 100 0 52 416 57 50
Binary 1100101 110110 10010100 100000 1000000 0 101010 100001110 101111 101000

Color Harmonies of #653694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653694

Black with #653694

Text Example


Text Example

White with #653694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653694; }

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

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

background-color css

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

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

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

border-color css

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

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

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