Html Css Color HEX #6019BA Purple Heart

📋 copy color: '#6019BA'

red 96 ◦ green 25 ◦ blue 186

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

Shades of Purple Heart #6019BA

Tints of Purple Heart #6019BA

RGB

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

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

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

R = 31.27%
G = 8.14%
B = 60.59%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6019BA (or 0x6019BA) is known color: Purple Heart. HEX triplet: 60, 19 and BA. RGB value is (96,25,186). Sum of RGB (Red+Green+Blue) = 96+25+186=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #6019BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6019BA is #9FE645. Grayscale: #404040. Windows color (decimal): -10479174 or 12196192. OLE color: 12196192.

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

Color convert

RGB 96 25 186 -
CMYK 0.48 0.87 0 0.27
HSL 266.46º 0.76% 0.41% -
HSV(B) 266.46º 0.87% 0.73% -
XYZ 14.03 6.73 47.01 -
YUV 64.58 196.52 150.41 -
System Red Green Blue C M Y K H S L
Decimal 96 25 186 0.48 0.87 0 0.27 266.46 0.76 0.41
Hex 60 19 BA 30 57 0 1B 10A 4C 29
Octal 140 31 272 60 127 0 33 412 114 51
Binary 1100000 11001 10111010 110000 1010111 0 11011 100001010 1001100 101001

Color Harmonies of #6019BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6019BA

Black with #6019BA

Text Example


Text Example

White with #6019BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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