Html Css Color HEX #5F44BE Purple Heart

📋 copy color: '#5F44BE'

red 95 ◦ green 68 ◦ blue 190

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

Shades of Purple Heart #5F44BE

Tints of Purple Heart #5F44BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.26%

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 26.91%
G = 19.26%
B = 53.82%

CMYK

 C value IS 0.5

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F44BE (or 0x5F44BE) is known color: Purple Heart. HEX triplet: 5F, 44 and BE. RGB value is (95,68,190). Sum of RGB (Red+Green+Blue) = 95+68+190=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F44BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F44BE is #A0BB41. Grayscale: #595959. Windows color (decimal): -10533698 or 12469343. OLE color: 12469343.

HSL color Cylindrical-coordinate representation of color #5F44BE: hue angle of 253.28º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F44BE is Cyan = 0.5, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 68 190 -
CMYK 0.5 0.64 0 0.25
HSL 253.28º 0.48% 0.51% -
HSV(B) 253.28º 0.64% 0.75% -
XYZ 16.08 10.28 49.85 -
YUV 89.98 184.45 131.58 -
System Red Green Blue C M Y K H S L
Decimal 95 68 190 0.5 0.64 0 0.25 253.28 0.48 0.51
Hex 5F 44 BE 32 40 0 19 FD 30 33
Octal 137 104 276 62 100 0 31 375 60 63
Binary 1011111 1000100 10111110 110010 1000000 0 11001 11111101 110000 110011

Color Harmonies of #5F44BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F44BE

Black with #5F44BE

Text Example


Text Example

White with #5F44BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,68,190); }

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

background-color css

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

 a { background-color: rgb(95,68,190); }

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

border-color css

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

 span { border-color: rgb(95,68,190); }

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