Html Css Color HEX #5F44BD Purple Heart

📋 copy color: '#5F44BD'

red 95 ◦ green 68 ◦ blue 189

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

Shades of Purple Heart #5F44BD

Tints of Purple Heart #5F44BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.69%

R = 26.99%
G = 19.32%
B = 53.69%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5F44BD (or 0x5F44BD) is known color: Purple Heart. HEX triplet: 5F, 44 and BD. RGB value is (95,68,189). Sum of RGB (Red+Green+Blue) = 95+68+189=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F44BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F44BD is #A0BB42. Grayscale: #595959. Windows color (decimal): -10533699 or 12403807. OLE color: 12403807.

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

Color convert

RGB 95 68 189 -
CMYK 0.50 0.64 0 0.26
HSL 253.39º 0.48% 0.5% -
HSV(B) 253.39º 0.64% 0.74% -
XYZ 15.97 10.24 49.28 -
YUV 89.87 183.95 131.66 -
System Red Green Blue C M Y K H S L
Decimal 95 68 189 0.50 0.64 0 0.26 253.39 0.48 0.5
Hex 5F 44 BD 32 40 0 1A FD 30 32
Octal 137 104 275 62 100 0 32 375 60 62
Binary 1011111 1000100 10111101 110010 1000000 0 11010 11111101 110000 110010

Color Harmonies of #5F44BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F44BD

Black with #5F44BD

Text Example


Text Example

White with #5F44BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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