Html Css Color HEX #613499 Royal Purple

📋 copy color: '#613499'

red 97 ◦ green 52 ◦ blue 153

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

Shades of Royal Purple #613499

Tints of Royal Purple #613499

RGB

 RED value IS 97 (38.28% from 255) = 32.12%

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

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

R = 32.12%
G = 17.22%
B = 50.66%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#613499 (or 0x613499) is known color: Royal Purple. HEX triplet: 61, 34 and 99. RGB value is (97,52,153). Sum of RGB (Red+Green+Blue) = 97+52+153=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #613499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613499 is #9ECB66. Grayscale: #4C4C4C. Windows color (decimal): -10406759 or 10040417. OLE color: 10040417.

HSL color Cylindrical-coordinate representation of color #613499: hue angle of 266.73º 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 #613499 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 52 153 -
CMYK 0.37 0.66 0 0.4
HSL 266.73º 0.49% 0.4% -
HSV(B) 266.73º 0.66% 0.6% -
XYZ 11.91 7.3 30.92 -
YUV 76.97 170.91 142.29 -
System Red Green Blue C M Y K H S L
Decimal 97 52 153 0.37 0.66 0 0.4 266.73 0.49 0.4
Hex 61 34 99 25 42 0 28 10B 31 28
Octal 141 64 231 45 102 0 50 413 61 50
Binary 1100001 110100 10011001 100101 1000010 0 101000 100001011 110001 101000

Color Harmonies of #613499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613499

Black with #613499

Text Example


Text Example

White with #613499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613499; }

 p { color: rgb(97,52,153); }

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

background-color css

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

 a { background-color: rgb(97,52,153); }

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

border-color css

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

 span { border-color: rgb(97,52,153); }

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