Html Css Color HEX #613DAC Royal Purple

📋 copy color: '#613DAC'

red 97 ◦ green 61 ◦ blue 172

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

Shades of Royal Purple #613DAC

Tints of Royal Purple #613DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.48%

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

R = 29.39%
G = 18.48%
B = 52.12%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#613DAC (or 0x613DAC) is known color: Royal Purple. HEX triplet: 61, 3D and AC. RGB value is (97,61,172). Sum of RGB (Red+Green+Blue) = 97+61+172=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #613DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613DAC is #9EC253. Grayscale: #545454. Windows color (decimal): -10404436 or 11287905. OLE color: 11287905.

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

Color convert

RGB 97 61 172 -
CMYK 0.44 0.65 0 0.33
HSL 259.46º 0.48% 0.46% -
HSV(B) 259.46º 0.65% 0.67% -
XYZ 14.04 8.86 40 -
YUV 84.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 97 61 172 0.44 0.65 0 0.33 259.46 0.48 0.46
Hex 61 3D AC 2C 41 0 21 103 30 2E
Octal 141 75 254 54 101 0 41 403 60 56
Binary 1100001 111101 10101100 101100 1000001 0 100001 100000011 110000 101110

Color Harmonies of #613DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613DAC

Black with #613DAC

Text Example


Text Example

White with #613DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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