Html Css Color HEX #653598 Royal Purple

📋 copy color: '#653598'

red 101 ◦ green 53 ◦ blue 152

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

Shades of Royal Purple #653598

Tints of Royal Purple #653598

RGB

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

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

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

R = 33.01%
G = 17.32%
B = 49.67%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#653598 (or 0x653598) is known color: Royal Purple. HEX triplet: 65, 35 and 98. RGB value is (101,53,152). Sum of RGB (Red+Green+Blue) = 101+53+152=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #653598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653598 is #9ACA67. Grayscale: #4E4E4E. Windows color (decimal): -10144360 or 9975141. OLE color: 9975141.

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

Color convert

RGB 101 53 152 -
CMYK 0.34 0.65 0 0.40
HSL 269.09º 0.48% 0.4% -
HSV(B) 269.09º 0.65% 0.6% -
XYZ 12.31 7.58 30.52 -
YUV 78.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 101 53 152 0.34 0.65 0 0.40 269.09 0.48 0.4
Hex 65 35 98 22 41 0 28 10D 30 28
Octal 145 65 230 42 101 0 50 415 60 50
Binary 1100101 110101 10011000 100010 1000001 0 101000 100001101 110000 101000

Color Harmonies of #653598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653598

Black with #653598

Text Example


Text Example

White with #653598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653598; }

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

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

background-color css

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

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

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

border-color css

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

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

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