Html Css Color HEX #3A19BE Purple Heart

📋 copy color: '#3A19BE'

red 58 ◦ green 25 ◦ blue 190

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

Shades of Purple Heart #3A19BE

Tints of Purple Heart #3A19BE

RGB

 RED value IS 58 (23.05% from 255) = 21.25%

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

 BLUE value IS 190 (74.61% from 255) = 69.6%

R = 21.25%
G = 9.16%
B = 69.6%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A19BE (or 0x3A19BE) is known color: Purple Heart. HEX triplet: 3A, 19 and BE. RGB value is (58,25,190). Sum of RGB (Red+Green+Blue) = 58+25+190=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A19BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A19BE is #C5E641. Grayscale: #353535. Windows color (decimal): -12969538 or 12458298. OLE color: 12458298.

HSL color Cylindrical-coordinate representation of color #3A19BE: hue angle of 252º 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 #3A19BE is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 25 190 -
CMYK 0.69 0.87 0 0.25
HSL 252º 0.77% 0.42% -
HSV(B) 252º 0.87% 0.75% -
XYZ 11.39 5.31 49.14 -
YUV 53.68 204.93 131.08 -
System Red Green Blue C M Y K H S L
Decimal 58 25 190 0.69 0.87 0 0.25 252 0.77 0.42
Hex 3A 19 BE 45 57 0 19 FC 4D 2A
Octal 72 31 276 105 127 0 31 374 115 52
Binary 111010 11001 10111110 1000101 1010111 0 11001 11111100 1001101 101010

Color Harmonies of #3A19BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A19BE

Black with #3A19BE

Text Example


Text Example

White with #3A19BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A19BE; }

 p { color: rgb(58,25,190); }

 H1.HeaderClassName
 {
   color: #3A19BE;
 }
 .AnyTagClassName
 {
   color: #3A19BE;
 }
</style>

background-color css

<style>
 a { background-color: #3A19BE; }

 a { background-color: rgb(58,25,190); }

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

border-color css

<style>
 span { border-color: #3A19BE; }

 span { border-color: rgb(58,25,190); }

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