Html Css Color HEX #5F40BA Purple Heart

📋 copy color: '#5F40BA'

red 95 ◦ green 64 ◦ blue 186

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

Shades of Purple Heart #5F40BA

Tints of Purple Heart #5F40BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.55%

 BLUE value IS 186 (73.05% from 255) = 53.91%

R = 27.54%
G = 18.55%
B = 53.91%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5F40BA (or 0x5F40BA) is known color: Purple Heart. HEX triplet: 5F, 40 and BA. RGB value is (95,64,186). Sum of RGB (Red+Green+Blue) = 95+64+186=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F40BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F40BA is #A0BF45. Grayscale: #565656. Windows color (decimal): -10534726 or 12206175. OLE color: 12206175.

HSL color Cylindrical-coordinate representation of color #5F40BA: hue angle of 255.25º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F40BA is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 64 186 -
CMYK 0.49 0.66 0 0.27
HSL 255.25º 0.49% 0.49% -
HSV(B) 255.25º 0.66% 0.73% -
XYZ 15.42 9.64 47.5 -
YUV 87.18 183.77 133.58 -
System Red Green Blue C M Y K H S L
Decimal 95 64 186 0.49 0.66 0 0.27 255.25 0.49 0.49
Hex 5F 40 BA 31 42 0 1B FF 31 31
Octal 137 100 272 61 102 0 33 377 61 61
Binary 1011111 1000000 10111010 110001 1000010 0 11011 11111111 110001 110001

Color Harmonies of #5F40BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F40BA

Black with #5F40BA

Text Example


Text Example

White with #5F40BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,64,186); }

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

background-color css

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

 a { background-color: rgb(95,64,186); }

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

border-color css

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

 span { border-color: rgb(95,64,186); }

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