Html Css Color HEX #653299 Royal Purple

📋 copy color: '#653299'

red 101 ◦ green 50 ◦ blue 153

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

Shades of Royal Purple #653299

Tints of Royal Purple #653299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.45%

 BLUE value IS 153 (60.16% from 255) = 50.33%

R = 33.22%
G = 16.45%
B = 50.33%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#653299 (or 0x653299) is known color: Royal Purple. HEX triplet: 65, 32 and 99. RGB value is (101,50,153). Sum of RGB (Red+Green+Blue) = 101+50+153=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #653299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653299 is #9ACD66. Grayscale: #4C4C4C. Windows color (decimal): -10145127 or 10039909. OLE color: 10039909.

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

Color convert

RGB 101 50 153 -
CMYK 0.34 0.67 0 0.4
HSL 269.71º 0.51% 0.4% -
HSV(B) 269.71º 0.67% 0.6% -
XYZ 12.26 7.35 30.91 -
YUV 76.99 170.9 145.12 -
System Red Green Blue C M Y K H S L
Decimal 101 50 153 0.34 0.67 0 0.4 269.71 0.51 0.4
Hex 65 32 99 22 43 0 28 10E 33 28
Octal 145 62 231 42 103 0 50 416 63 50
Binary 1100101 110010 10011001 100010 1000011 0 101000 100001110 110011 101000

Color Harmonies of #653299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653299

Black with #653299

Text Example


Text Example

White with #653299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653299; }

 p { color: rgb(101,50,153); }

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

background-color css

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

 a { background-color: rgb(101,50,153); }

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

border-color css

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

 span { border-color: rgb(101,50,153); }

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