Html Css Color HEX #5F31AD Purple Heart

📋 copy color: '#5F31AD'

red 95 ◦ green 49 ◦ blue 173

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

Shades of Purple Heart #5F31AD

Tints of Purple Heart #5F31AD

RGB

 RED value IS 95 (37.5% from 255) = 29.97%

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

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

R = 29.97%
G = 15.46%
B = 54.57%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5F31AD (or 0x5F31AD) is known color: Purple Heart. HEX triplet: 5F, 31 and AD. RGB value is (95,49,173). Sum of RGB (Red+Green+Blue) = 95+49+173=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F31AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F31AD is #A0CE52. Grayscale: #4C4C4C. Windows color (decimal): -10538579 or 11350367. OLE color: 11350367.

HSL color Cylindrical-coordinate representation of color #5F31AD: hue angle of 262.26º 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 #5F31AD is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 49 173 -
CMYK 0.45 0.72 0 0.32
HSL 262.26º 0.56% 0.44% -
HSV(B) 262.26º 0.72% 0.68% -
XYZ 13.36 7.65 40.31 -
YUV 76.89 182.24 140.92 -
System Red Green Blue C M Y K H S L
Decimal 95 49 173 0.45 0.72 0 0.32 262.26 0.56 0.44
Hex 5F 31 AD 2D 48 0 20 106 38 2C
Octal 137 61 255 55 110 0 40 406 70 54
Binary 1011111 110001 10101101 101101 1001000 0 100000 100000110 111000 101100

Color Harmonies of #5F31AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F31AD

Black with #5F31AD

Text Example


Text Example

White with #5F31AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F31AD; }

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

 H1.HeaderClassName
 {
   color: #5F31AD;
 }
 .AnyTagClassName
 {
   color: #5F31AD;
 }
</style>

background-color css

<style>
 a { background-color: #5F31AD; }

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

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

border-color css

<style>
 span { border-color: #5F31AD; }

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

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