Html Css Color HEX #6137AB Royal Purple

📋 copy color: '#6137AB'

red 97 ◦ green 55 ◦ blue 171

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

Shades of Royal Purple #6137AB

Tints of Royal Purple #6137AB

RGB

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

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

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

R = 30.03%
G = 17.03%
B = 52.94%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6137AB (or 0x6137AB) is known color: Royal Purple. HEX triplet: 61, 37 and AB. RGB value is (97,55,171). Sum of RGB (Red+Green+Blue) = 97+55+171=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #6137AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6137AB is #9EC854. Grayscale: #505050. Windows color (decimal): -10405973 or 11220833. OLE color: 11220833.

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

Color convert

RGB 97 55 171 -
CMYK 0.43 0.68 0 0.33
HSL 261.72º 0.51% 0.44% -
HSV(B) 261.72º 0.68% 0.67% -
XYZ 13.65 8.21 39.39 -
YUV 80.78 178.91 139.57 -
System Red Green Blue C M Y K H S L
Decimal 97 55 171 0.43 0.68 0 0.33 261.72 0.51 0.44
Hex 61 37 AB 2B 44 0 21 106 33 2C
Octal 141 67 253 53 104 0 41 406 63 54
Binary 1100001 110111 10101011 101011 1000100 0 100001 100000110 110011 101100

Color Harmonies of #6137AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6137AB

Black with #6137AB

Text Example


Text Example

White with #6137AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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