Html Css Color HEX #6131AB Royal Purple

📋 copy color: '#6131AB'

red 97 ◦ green 49 ◦ blue 171

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

Shades of Royal Purple #6131AB

Tints of Royal Purple #6131AB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.46%

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

R = 30.6%
G = 15.46%
B = 53.94%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6131AB (or 0x6131AB) is known color: Royal Purple. HEX triplet: 61, 31 and AB. RGB value is (97,49,171). Sum of RGB (Red+Green+Blue) = 97+49+171=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #6131AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6131AB is #9ECE54. Grayscale: #4C4C4C. Windows color (decimal): -10407509 or 11219297. OLE color: 11219297.

HSL color Cylindrical-coordinate representation of color #6131AB: hue angle of 263.61º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6131AB is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 49 171 -
CMYK 0.43 0.71 0 0.33
HSL 263.61º 0.55% 0.43% -
HSV(B) 263.61º 0.71% 0.67% -
XYZ 13.38 7.68 39.31 -
YUV 77.26 180.9 142.08 -
System Red Green Blue C M Y K H S L
Decimal 97 49 171 0.43 0.71 0 0.33 263.61 0.55 0.43
Hex 61 31 AB 2B 47 0 21 108 37 2B
Octal 141 61 253 53 107 0 41 410 67 53
Binary 1100001 110001 10101011 101011 1000111 0 100001 100001000 110111 101011

Color Harmonies of #6131AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6131AB

Black with #6131AB

Text Example


Text Example

White with #6131AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6131AB; }

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

 H1.HeaderClassName
 {
   color: #6131AB;
 }
 .AnyTagClassName
 {
   color: #6131AB;
 }
</style>

background-color css

<style>
 a { background-color: #6131AB; }

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

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

border-color css

<style>
 span { border-color: #6131AB; }

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

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