Html Css Color HEX #6131AD Purple Heart

📋 copy color: '#6131AD'

red 97 ◦ green 49 ◦ blue 173

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

Shades of Purple Heart #6131AD

Tints of Purple Heart #6131AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.23%

R = 30.41%
G = 15.36%
B = 54.23%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6131AD (or 0x6131AD) is known color: Purple Heart. HEX triplet: 61, 31 and AD. RGB value is (97,49,173). Sum of RGB (Red+Green+Blue) = 97+49+173=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #6131AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6131AD is #9ECE52. Grayscale: #4D4D4D. Windows color (decimal): -10407507 or 11350369. OLE color: 11350369.

HSL color Cylindrical-coordinate representation of color #6131AD: hue angle of 263.23º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6131AD is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 49 173 -
CMYK 0.44 0.72 0 0.32
HSL 263.23º 0.56% 0.44% -
HSV(B) 263.23º 0.72% 0.68% -
XYZ 13.57 7.76 40.32 -
YUV 77.49 181.9 141.92 -
System Red Green Blue C M Y K H S L
Decimal 97 49 173 0.44 0.72 0 0.32 263.23 0.56 0.44
Hex 61 31 AD 2C 48 0 20 107 38 2C
Octal 141 61 255 54 110 0 40 407 70 54
Binary 1100001 110001 10101101 101100 1001000 0 100000 100000111 111000 101100

Color Harmonies of #6131AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6131AD

Black with #6131AD

Text Example


Text Example

White with #6131AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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