Html Css Color HEX #3A19B7 Purple Heart

📋 copy color: '#3A19B7'

red 58 ◦ green 25 ◦ blue 183

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

Shades of Purple Heart #3A19B7

Tints of Purple Heart #3A19B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 68.8%

R = 21.8%
G = 9.4%
B = 68.8%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3A19B7 (or 0x3A19B7) is known color: Purple Heart. HEX triplet: 3A, 19 and B7. RGB value is (58,25,183). Sum of RGB (Red+Green+Blue) = 58+25+183=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 183 (71.88% from 255 or 68.80% from 266); Max value from RGB is 183 - color contains mainly: blue. Hex color #3A19B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A19B7 is #C5E648. Grayscale: #343434. Windows color (decimal): -12969545 or 11999546. OLE color: 11999546.

HSL color Cylindrical-coordinate representation of color #3A19B7: hue angle of 252.53º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A19B7 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 58 25 183 -
CMYK 0.68 0.86 0 0.28
HSL 252.53º 0.76% 0.41% -
HSV(B) 252.53º 0.86% 0.72% -
XYZ 10.64 5.01 45.21 -
YUV 52.88 201.43 131.65 -
System Red Green Blue C M Y K H S L
Decimal 58 25 183 0.68 0.86 0 0.28 252.53 0.76 0.41
Hex 3A 19 B7 44 56 0 1C FD 4C 29
Octal 72 31 267 104 126 0 34 375 114 51
Binary 111010 11001 10110111 1000100 1010110 0 11100 11111101 1001100 101001

Color Harmonies of #3A19B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A19B7

Black with #3A19B7

Text Example


Text Example

White with #3A19B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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