Html Css Color HEX #6137A1 Royal Purple

📋 copy color: '#6137A1'

red 97 ◦ green 55 ◦ blue 161

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

Shades of Royal Purple #6137A1

Tints of Royal Purple #6137A1

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

 BLUE value IS 161 (63.28% from 255) = 51.44%

R = 30.99%
G = 17.57%
B = 51.44%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6137A1 (or 0x6137A1) is known color: Royal Purple. HEX triplet: 61, 37 and A1. RGB value is (97,55,161). Sum of RGB (Red+Green+Blue) = 97+55+161=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 161 (63.28% from 255 or 51.44% from 313); Max value from RGB is 161 - color contains mainly: blue. Hex color #6137A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6137A1 is #9EC85E. Grayscale: #4F4F4F. Windows color (decimal): -10405983 or 10565473. OLE color: 10565473.

HSL color Cylindrical-coordinate representation of color #6137A1: hue angle of 263.77º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6137A1 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 55 161 -
CMYK 0.40 0.66 0 0.37
HSL 263.77º 0.49% 0.42% -
HSV(B) 263.77º 0.66% 0.63% -
XYZ 12.73 7.85 34.56 -
YUV 79.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 97 55 161 0.40 0.66 0 0.37 263.77 0.49 0.42
Hex 61 37 A1 28 42 0 25 108 31 2A
Octal 141 67 241 50 102 0 45 410 61 52
Binary 1100001 110111 10100001 101000 1000010 0 100101 100001000 110001 101010

Color Harmonies of #6137A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6137A1

Black with #6137A1

Text Example


Text Example

White with #6137A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6137A1; }

 p { color: rgb(97,55,161); }

 H1.HeaderClassName
 {
   color: #6137A1;
 }
 .AnyTagClassName
 {
   color: #6137A1;
 }
</style>

background-color css

<style>
 a { background-color: #6137A1; }

 a { background-color: rgb(97,55,161); }

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

border-color css

<style>
 span { border-color: #6137A1; }

 span { border-color: rgb(97,55,161); }

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