Html Css Color HEX #653498 Royal Purple

📋 copy color: '#653498'

red 101 ◦ green 52 ◦ blue 152

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

Shades of Royal Purple #653498

Tints of Royal Purple #653498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.05%

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

R = 33.11%
G = 17.05%
B = 49.84%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#653498 (or 0x653498) is known color: Royal Purple. HEX triplet: 65, 34 and 98. RGB value is (101,52,152). Sum of RGB (Red+Green+Blue) = 101+52+152=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #653498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653498 is #9ACB67. Grayscale: #4D4D4D. Windows color (decimal): -10144616 or 9974885. OLE color: 9974885.

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

Color convert

RGB 101 52 152 -
CMYK 0.34 0.66 0 0.40
HSL 269.4º 0.49% 0.4% -
HSV(B) 269.4º 0.66% 0.6% -
XYZ 12.26 7.49 30.51 -
YUV 78.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 101 52 152 0.34 0.66 0 0.40 269.4 0.49 0.4
Hex 65 34 98 22 42 0 28 10D 31 28
Octal 145 64 230 42 102 0 50 415 61 50
Binary 1100101 110100 10011000 100010 1000010 0 101000 100001101 110001 101000

Color Harmonies of #653498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653498

Black with #653498

Text Example


Text Example

White with #653498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653498; }

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

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

background-color css

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

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

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

border-color css

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

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

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