Html Css Color HEX #613AAB Royal Purple

📋 copy color: '#613AAB'

red 97 ◦ green 58 ◦ blue 171

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

Shades of Royal Purple #613AAB

Tints of Royal Purple #613AAB

RGB

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

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

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

R = 29.75%
G = 17.79%
B = 52.45%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#613AAB (or 0x613AAB) is known color: Royal Purple. HEX triplet: 61, 3A and AB. RGB value is (97,58,171). Sum of RGB (Red+Green+Blue) = 97+58+171=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #613AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613AAB is #9EC554. Grayscale: #525252. Windows color (decimal): -10405205 or 11221601. OLE color: 11221601.

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

Color convert

RGB 97 58 171 -
CMYK 0.43 0.66 0 0.33
HSL 260.71º 0.49% 0.45% -
HSV(B) 260.71º 0.66% 0.67% -
XYZ 13.79 8.51 39.44 -
YUV 82.54 177.92 138.31 -
System Red Green Blue C M Y K H S L
Decimal 97 58 171 0.43 0.66 0 0.33 260.71 0.49 0.45
Hex 61 3A AB 2B 42 0 21 105 31 2D
Octal 141 72 253 53 102 0 41 405 61 55
Binary 1100001 111010 10101011 101011 1000010 0 100001 100000101 110001 101101

Color Harmonies of #613AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613AAB

Black with #613AAB

Text Example


Text Example

White with #613AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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