Html Css Color HEX #6131A7 Royal Purple

📋 copy color: '#6131A7'

red 97 ◦ green 49 ◦ blue 167

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

Shades of Royal Purple #6131A7

Tints of Royal Purple #6131A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 53.35%

R = 30.99%
G = 15.65%
B = 53.35%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6131A7 (or 0x6131A7) is known color: Royal Purple. HEX triplet: 61, 31 and A7. RGB value is (97,49,167). Sum of RGB (Red+Green+Blue) = 97+49+167=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 167 (65.62% from 255 or 53.35% from 313); Max value from RGB is 167 - color contains mainly: blue. Hex color #6131A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6131A7 is #9ECE58. Grayscale: #4C4C4C. Windows color (decimal): -10407513 or 10957153. OLE color: 10957153.

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

Color convert

RGB 97 49 167 -
CMYK 0.42 0.71 0 0.35
HSL 264.41º 0.55% 0.42% -
HSV(B) 264.41º 0.71% 0.65% -
XYZ 13 7.53 37.33 -
YUV 76.8 178.9 142.41 -
System Red Green Blue C M Y K H S L
Decimal 97 49 167 0.42 0.71 0 0.35 264.41 0.55 0.42
Hex 61 31 A7 2A 47 0 23 108 37 2A
Octal 141 61 247 52 107 0 43 410 67 52
Binary 1100001 110001 10100111 101010 1000111 0 100011 100001000 110111 101010

Color Harmonies of #6131A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6131A7

Black with #6131A7

Text Example


Text Example

White with #6131A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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