Html Css Color HEX #653194 Royal Purple

📋 copy color: '#653194'

red 101 ◦ green 49 ◦ blue 148

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

Shades of Royal Purple #653194

Tints of Royal Purple #653194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.44%

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

R = 33.89%
G = 16.44%
B = 49.66%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#653194 (or 0x653194) is known color: Royal Purple. HEX triplet: 65, 31 and 94. RGB value is (101,49,148). Sum of RGB (Red+Green+Blue) = 101+49+148=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #653194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653194 is #9ACE6B. Grayscale: #4B4B4B. Windows color (decimal): -10145388 or 9711973. OLE color: 9711973.

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

Color convert

RGB 101 49 148 -
CMYK 0.32 0.67 0 0.42
HSL 271.52º 0.5% 0.39% -
HSV(B) 271.52º 0.67% 0.58% -
XYZ 11.81 7.1 28.77 -
YUV 75.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 101 49 148 0.32 0.67 0 0.42 271.52 0.5 0.39
Hex 65 31 94 20 43 0 2A 110 32 27
Octal 145 61 224 40 103 0 52 420 62 47
Binary 1100101 110001 10010100 100000 1000011 0 101010 100010000 110010 100111

Color Harmonies of #653194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653194

Black with #653194

Text Example


Text Example

White with #653194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653194; }

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

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

background-color css

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

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

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

border-color css

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

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

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