Html Css Color HEX #5F31D7 Purple Heart

📋 copy color: '#5F31D7'

red 95 ◦ green 49 ◦ blue 215

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

Shades of Purple Heart #5F31D7

Tints of Purple Heart #5F31D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 59.89%

R = 26.46%
G = 13.65%
B = 59.89%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5F31D7 (or 0x5F31D7) is known color: Purple Heart. HEX triplet: 5F, 31 and D7. RGB value is (95,49,215). Sum of RGB (Red+Green+Blue) = 95+49+215=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 215 (84.38% from 255 or 59.89% from 359); Max value from RGB is 215 - color contains mainly: blue. Hex color #5F31D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F31D7 is #A0CE28. Grayscale: #515151. Windows color (decimal): -10538537 or 14102879. OLE color: 14102879.

HSL color Cylindrical-coordinate representation of color #5F31D7: hue angle of 256.63º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F31D7 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 95 49 215 -
CMYK 0.56 0.77 0 0.16
HSL 256.63º 0.67% 0.52% -
HSV(B) 256.63º 0.77% 0.84% -
XYZ 18.08 9.54 65.18 -
YUV 81.68 203.24 137.5 -
System Red Green Blue C M Y K H S L
Decimal 95 49 215 0.56 0.77 0 0.16 256.63 0.67 0.52
Hex 5F 31 D7 38 4D 0 10 101 43 34
Octal 137 61 327 70 115 0 20 401 103 64
Binary 1011111 110001 11010111 111000 1001101 0 10000 100000001 1000011 110100

Color Harmonies of #5F31D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F31D7

Black with #5F31D7

Text Example


Text Example

White with #5F31D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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