Html Css Color HEX #613DAB Royal Purple

📋 copy color: '#613DAB'

red 97 ◦ green 61 ◦ blue 171

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

Shades of Royal Purple #613DAB

Tints of Royal Purple #613DAB

RGB

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

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

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

R = 29.48%
G = 18.54%
B = 51.98%

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

#613DAB (or 0x613DAB) is known color: Royal Purple. HEX triplet: 61, 3D and AB. RGB value is (97,61,171). Sum of RGB (Red+Green+Blue) = 97+61+171=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #613DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613DAB is #9EC254. Grayscale: #535353. Windows color (decimal): -10404437 or 11222369. OLE color: 11222369.

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

Color convert

RGB 97 61 171 -
CMYK 0.43 0.64 0 0.33
HSL 259.64º 0.47% 0.45% -
HSV(B) 259.64º 0.64% 0.67% -
XYZ 13.95 8.82 39.5 -
YUV 84.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 97 61 171 0.43 0.64 0 0.33 259.64 0.47 0.45
Hex 61 3D AB 2B 40 0 21 104 2F 2D
Octal 141 75 253 53 100 0 41 404 57 55
Binary 1100001 111101 10101011 101011 1000000 0 100001 100000100 101111 101101

Color Harmonies of #613DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613DAB

Black with #613DAB

Text Example


Text Example

White with #613DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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