Html Css Color HEX #613299 Royal Purple

📋 copy color: '#613299'

red 97 ◦ green 50 ◦ blue 153

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

Shades of Royal Purple #613299

Tints of Royal Purple #613299

RGB

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

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

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

R = 32.33%
G = 16.67%
B = 51%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#613299 (or 0x613299) is known color: Royal Purple. HEX triplet: 61, 32 and 99. RGB value is (97,50,153). Sum of RGB (Red+Green+Blue) = 97+50+153=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #613299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613299 is #9ECD66. Grayscale: #4B4B4B. Windows color (decimal): -10407271 or 10039905. OLE color: 10039905.

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

Color convert

RGB 97 50 153 -
CMYK 0.37 0.67 0 0.4
HSL 267.38º 0.51% 0.4% -
HSV(B) 267.38º 0.67% 0.6% -
XYZ 11.82 7.12 30.89 -
YUV 75.8 171.57 143.12 -
System Red Green Blue C M Y K H S L
Decimal 97 50 153 0.37 0.67 0 0.4 267.38 0.51 0.4
Hex 61 32 99 25 43 0 28 10B 33 28
Octal 141 62 231 45 103 0 50 413 63 50
Binary 1100001 110010 10011001 100101 1000011 0 101000 100001011 110011 101000

Color Harmonies of #613299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613299

Black with #613299

Text Example


Text Example

White with #613299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613299; }

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

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

background-color css

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

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

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

border-color css

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

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

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