Html Css Color HEX #613BAB Royal Purple

📋 copy color: '#613BAB'

red 97 ◦ green 59 ◦ blue 171

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

Shades of Royal Purple #613BAB

Tints of Royal Purple #613BAB

RGB

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

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

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

R = 29.66%
G = 18.04%
B = 52.29%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#613BAB (or 0x613BAB) is known color: Royal Purple. HEX triplet: 61, 3B and AB. RGB value is (97,59,171). Sum of RGB (Red+Green+Blue) = 97+59+171=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #613BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613BAB is #9EC454. Grayscale: #525252. Windows color (decimal): -10404949 or 11221857. OLE color: 11221857.

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

Color convert

RGB 97 59 171 -
CMYK 0.43 0.65 0 0.33
HSL 260.36º 0.49% 0.45% -
HSV(B) 260.36º 0.65% 0.67% -
XYZ 13.84 8.61 39.46 -
YUV 83.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 97 59 171 0.43 0.65 0 0.33 260.36 0.49 0.45
Hex 61 3B AB 2B 41 0 21 104 31 2D
Octal 141 73 253 53 101 0 41 404 61 55
Binary 1100001 111011 10101011 101011 1000001 0 100001 100000100 110001 101101

Color Harmonies of #613BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613BAB

Black with #613BAB

Text Example


Text Example

White with #613BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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