Html Css Color HEX #613AAC Royal Purple

📋 copy color: '#613AAC'

red 97 ◦ green 58 ◦ blue 172

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

Shades of Royal Purple #613AAC

Tints of Royal Purple #613AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.6%

R = 29.66%
G = 17.74%
B = 52.6%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#613AAC (or 0x613AAC) is known color: Royal Purple. HEX triplet: 61, 3A and AC. RGB value is (97,58,172). Sum of RGB (Red+Green+Blue) = 97+58+172=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #613AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613AAC is #9EC553. Grayscale: #525252. Windows color (decimal): -10405204 or 11287137. OLE color: 11287137.

HSL color Cylindrical-coordinate representation of color #613AAC: hue angle of 260.53º degrees, saturation: 0.5, 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 #613AAC is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 58 172 -
CMYK 0.44 0.66 0 0.33
HSL 260.53º 0.5% 0.45% -
HSV(B) 260.53º 0.66% 0.67% -
XYZ 13.89 8.55 39.95 -
YUV 82.66 178.42 138.23 -
System Red Green Blue C M Y K H S L
Decimal 97 58 172 0.44 0.66 0 0.33 260.53 0.5 0.45
Hex 61 3A AC 2C 42 0 21 105 32 2D
Octal 141 72 254 54 102 0 41 405 62 55
Binary 1100001 111010 10101100 101100 1000010 0 100001 100000101 110010 101101

Color Harmonies of #613AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613AAC

Black with #613AAC

Text Example


Text Example

White with #613AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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