Html Css Color HEX #653198 Royal Purple

📋 copy color: '#653198'

red 101 ◦ green 49 ◦ blue 152

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

Shades of Royal Purple #653198

Tints of Royal Purple #653198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 50.33%

R = 33.44%
G = 16.23%
B = 50.33%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#653198 (or 0x653198) is known color: Royal Purple. HEX triplet: 65, 31 and 98. RGB value is (101,49,152). Sum of RGB (Red+Green+Blue) = 101+49+152=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #653198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653198 is #9ACE67. Grayscale: #4B4B4B. Windows color (decimal): -10145384 or 9974117. OLE color: 9974117.

HSL color Cylindrical-coordinate representation of color #653198: hue angle of 270.29º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #653198 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 49 152 -
CMYK 0.34 0.68 0 0.40
HSL 270.29º 0.51% 0.39% -
HSV(B) 270.29º 0.68% 0.6% -
XYZ 12.13 7.23 30.46 -
YUV 76.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 101 49 152 0.34 0.68 0 0.40 270.29 0.51 0.39
Hex 65 31 98 22 44 0 28 10E 33 27
Octal 145 61 230 42 104 0 50 416 63 47
Binary 1100101 110001 10011000 100010 1000100 0 101000 100001110 110011 100111

Color Harmonies of #653198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653198

Black with #653198

Text Example


Text Example

White with #653198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653198; }

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

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

background-color css

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

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

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

border-color css

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

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

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