Html Css Color HEX #613AAF Royal Purple

📋 copy color: '#613AAF'

red 97 ◦ green 58 ◦ blue 175

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

Shades of Royal Purple #613AAF

Tints of Royal Purple #613AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.58%

 BLUE value IS 175 (68.75% from 255) = 53.03%

R = 29.39%
G = 17.58%
B = 53.03%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#613AAF (or 0x613AAF) is known color: Royal Purple. HEX triplet: 61, 3A and AF. RGB value is (97,58,175). Sum of RGB (Red+Green+Blue) = 97+58+175=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #613AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613AAF is #9EC550. Grayscale: #525252. Windows color (decimal): -10405201 or 11483745. OLE color: 11483745.

HSL color Cylindrical-coordinate representation of color #613AAF: hue angle of 260º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #613AAF is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 58 175 -
CMYK 0.45 0.67 0 0.31
HSL 260º 0.5% 0.46% -
HSV(B) 260º 0.67% 0.69% -
XYZ 14.18 8.66 41.48 -
YUV 83 179.92 137.99 -
System Red Green Blue C M Y K H S L
Decimal 97 58 175 0.45 0.67 0 0.31 260 0.5 0.46
Hex 61 3A AF 2D 43 0 1F 104 32 2E
Octal 141 72 257 55 103 0 37 404 62 56
Binary 1100001 111010 10101111 101101 1000011 0 11111 100000100 110010 101110

Color Harmonies of #613AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613AAF

Black with #613AAF

Text Example


Text Example

White with #613AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,58,175); }

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

background-color css

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

 a { background-color: rgb(97,58,175); }

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

border-color css

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

 span { border-color: rgb(97,58,175); }

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