Html Css Color HEX #5F19BB Purple Heart

📋 copy color: '#5F19BB'

red 95 ◦ green 25 ◦ blue 187

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

Shades of Purple Heart #5F19BB

Tints of Purple Heart #5F19BB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.14%

 BLUE value IS 187 (73.44% from 255) = 60.91%

R = 30.94%
G = 8.14%
B = 60.91%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5F19BB (or 0x5F19BB) is known color: Purple Heart. HEX triplet: 5F, 19 and BB. RGB value is (95,25,187). Sum of RGB (Red+Green+Blue) = 95+25+187=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F19BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F19BB is #A0E644. Grayscale: #3F3F3F. Windows color (decimal): -10544709 or 12261727. OLE color: 12261727.

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

Color convert

RGB 95 25 187 -
CMYK 0.49 0.87 0 0.27
HSL 265.93º 0.76% 0.42% -
HSV(B) 265.93º 0.87% 0.73% -
XYZ 14.04 6.72 47.57 -
YUV 64.4 197.19 149.83 -
System Red Green Blue C M Y K H S L
Decimal 95 25 187 0.49 0.87 0 0.27 265.93 0.76 0.42
Hex 5F 19 BB 31 57 0 1B 10A 4C 2A
Octal 137 31 273 61 127 0 33 412 114 52
Binary 1011111 11001 10111011 110001 1010111 0 11011 100001010 1001100 101010

Color Harmonies of #5F19BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F19BB

Black with #5F19BB

Text Example


Text Example

White with #5F19BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,25,187); }

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

background-color css

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

 a { background-color: rgb(95,25,187); }

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

border-color css

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

 span { border-color: rgb(95,25,187); }

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