Html Css Color HEX #5F41BF Purple Heart

📋 copy color: '#5F41BF'

red 95 ◦ green 65 ◦ blue 191

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

Shades of Purple Heart #5F41BF

Tints of Purple Heart #5F41BF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.52%

 BLUE value IS 191 (75% from 255) = 54.42%

R = 27.07%
G = 18.52%
B = 54.42%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F41BF (or 0x5F41BF) is known color: Purple Heart. HEX triplet: 5F, 41 and BF. RGB value is (95,65,191). Sum of RGB (Red+Green+Blue) = 95+65+191=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F41BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F41BF is #A0BE40. Grayscale: #575757. Windows color (decimal): -10534465 or 12534111. OLE color: 12534111.

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

Color convert

RGB 95 65 191 -
CMYK 0.50 0.66 0 0.25
HSL 254.29º 0.5% 0.5% -
HSV(B) 254.29º 0.66% 0.75% -
XYZ 16.01 9.98 50.37 -
YUV 88.33 185.94 132.75 -
System Red Green Blue C M Y K H S L
Decimal 95 65 191 0.50 0.66 0 0.25 254.29 0.5 0.5
Hex 5F 41 BF 32 42 0 19 FE 32 32
Octal 137 101 277 62 102 0 31 376 62 62
Binary 1011111 1000001 10111111 110010 1000010 0 11001 11111110 110010 110010

Color Harmonies of #5F41BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F41BF

Black with #5F41BF

Text Example


Text Example

White with #5F41BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,65,191); }

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

background-color css

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

 a { background-color: rgb(95,65,191); }

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

border-color css

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

 span { border-color: rgb(95,65,191); }

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