Html Css Color HEX #5F31AF Purple Heart

📋 copy color: '#5F31AF'

red 95 ◦ green 49 ◦ blue 175

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

Shades of Purple Heart #5F31AF

Tints of Purple Heart #5F31AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.86%

R = 29.78%
G = 15.36%
B = 54.86%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5F31AF (or 0x5F31AF) is known color: Purple Heart. HEX triplet: 5F, 31 and AF. RGB value is (95,49,175). Sum of RGB (Red+Green+Blue) = 95+49+175=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F31AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F31AF is #A0CE50. Grayscale: #4C4C4C. Windows color (decimal): -10538577 or 11481439. OLE color: 11481439.

HSL color Cylindrical-coordinate representation of color #5F31AF: hue angle of 261.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F31AF is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 95 49 175 -
CMYK 0.46 0.72 0 0.31
HSL 261.9º 0.56% 0.44% -
HSV(B) 261.9º 0.72% 0.69% -
XYZ 13.56 7.72 41.33 -
YUV 77.12 183.24 140.75 -
System Red Green Blue C M Y K H S L
Decimal 95 49 175 0.46 0.72 0 0.31 261.9 0.56 0.44
Hex 5F 31 AF 2E 48 0 1F 106 38 2C
Octal 137 61 257 56 110 0 37 406 70 54
Binary 1011111 110001 10101111 101110 1001000 0 11111 100000110 111000 101100

Color Harmonies of #5F31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F31AF

Black with #5F31AF

Text Example


Text Example

White with #5F31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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