Html Css Color HEX #6019BF Purple Heart

📋 copy color: '#6019BF'

red 96 ◦ green 25 ◦ blue 191

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

Shades of Purple Heart #6019BF

Tints of Purple Heart #6019BF

RGB

 RED value IS 96 (37.89% from 255) = 30.77%

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

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

R = 30.77%
G = 8.01%
B = 61.22%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6019BF (or 0x6019BF) is known color: Purple Heart. HEX triplet: 60, 19 and BF. RGB value is (96,25,191). Sum of RGB (Red+Green+Blue) = 96+25+191=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #6019BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6019BF is #9FE640. Grayscale: #404040. Windows color (decimal): -10479169 or 12523872. OLE color: 12523872.

HSL color Cylindrical-coordinate representation of color #6019BF: hue angle of 265.66º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6019BF is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 25 191 -
CMYK 0.50 0.87 0 0.25
HSL 265.66º 0.77% 0.42% -
HSV(B) 265.66º 0.87% 0.75% -
XYZ 14.58 6.94 49.86 -
YUV 65.15 199.02 150 -
System Red Green Blue C M Y K H S L
Decimal 96 25 191 0.50 0.87 0 0.25 265.66 0.77 0.42
Hex 60 19 BF 32 57 0 19 10A 4D 2A
Octal 140 31 277 62 127 0 31 412 115 52
Binary 1100000 11001 10111111 110010 1010111 0 11001 100001010 1001101 101010

Color Harmonies of #6019BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6019BF

Black with #6019BF

Text Example


Text Example

White with #6019BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6019BF; }

 p { color: rgb(96,25,191); }

 H1.HeaderClassName
 {
   color: #6019BF;
 }
 .AnyTagClassName
 {
   color: #6019BF;
 }
</style>

background-color css

<style>
 a { background-color: #6019BF; }

 a { background-color: rgb(96,25,191); }

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

border-color css

<style>
 span { border-color: #6019BF; }

 span { border-color: rgb(96,25,191); }

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