Html Css Color HEX #613EAB Royal Purple

📋 copy color: '#613EAB'

red 97 ◦ green 62 ◦ blue 171

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

Shades of Royal Purple #613EAB

Tints of Royal Purple #613EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.79%

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 29.39%
G = 18.79%
B = 51.82%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#613EAB (or 0x613EAB) is known color: Royal Purple. HEX triplet: 61, 3E and AB. RGB value is (97,62,171). Sum of RGB (Red+Green+Blue) = 97+62+171=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #613EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613EAB is #9EC154. Grayscale: #545454. Windows color (decimal): -10404181 or 11222625. OLE color: 11222625.

HSL color Cylindrical-coordinate representation of color #613EAB: hue angle of 259.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #613EAB is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 62 171 -
CMYK 0.43 0.64 0 0.33
HSL 259.27º 0.47% 0.46% -
HSV(B) 259.27º 0.64% 0.67% -
XYZ 14 8.93 39.51 -
YUV 84.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 97 62 171 0.43 0.64 0 0.33 259.27 0.47 0.46
Hex 61 3E AB 2B 40 0 21 103 2F 2E
Octal 141 76 253 53 100 0 41 403 57 56
Binary 1100001 111110 10101011 101011 1000000 0 100001 100000011 101111 101110

Color Harmonies of #613EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613EAB

Black with #613EAB

Text Example


Text Example

White with #613EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,62,171); }

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

background-color css

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

 a { background-color: rgb(97,62,171); }

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

border-color css

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

 span { border-color: rgb(97,62,171); }

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