Html Css Color HEX #613BAE Royal Purple

📋 copy color: '#613BAE'

red 97 ◦ green 59 ◦ blue 174

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

Shades of Royal Purple #613BAE

Tints of Royal Purple #613BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.88%

 BLUE value IS 174 (68.36% from 255) = 52.73%

R = 29.39%
G = 17.88%
B = 52.73%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#613BAE (or 0x613BAE) is known color: Royal Purple. HEX triplet: 61, 3B and AE. RGB value is (97,59,174). Sum of RGB (Red+Green+Blue) = 97+59+174=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #613BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613BAE is #9EC451. Grayscale: #535353. Windows color (decimal): -10404946 or 11418465. OLE color: 11418465.

HSL color Cylindrical-coordinate representation of color #613BAE: hue angle of 259.83º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #613BAE is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 59 174 -
CMYK 0.44 0.66 0 0.32
HSL 259.83º 0.49% 0.46% -
HSV(B) 259.83º 0.66% 0.68% -
XYZ 14.13 8.73 40.98 -
YUV 83.47 179.09 137.65 -
System Red Green Blue C M Y K H S L
Decimal 97 59 174 0.44 0.66 0 0.32 259.83 0.49 0.46
Hex 61 3B AE 2C 42 0 20 104 31 2E
Octal 141 73 256 54 102 0 40 404 61 56
Binary 1100001 111011 10101110 101100 1000010 0 100000 100000100 110001 101110

Color Harmonies of #613BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613BAE

Black with #613BAE

Text Example


Text Example

White with #613BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613BAE; }

 p { color: rgb(97,59,174); }

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

background-color css

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

 a { background-color: rgb(97,59,174); }

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

border-color css

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

 span { border-color: rgb(97,59,174); }

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