Html Css Color HEX #3A15BA Purple Heart

📋 copy color: '#3A15BA'

red 58 ◦ green 21 ◦ blue 186

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

Shades of Purple Heart #3A15BA

Tints of Purple Heart #3A15BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

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

R = 21.89%
G = 7.92%
B = 70.19%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A15BA (or 0x3A15BA) is known color: Purple Heart. HEX triplet: 3A, 15 and BA. RGB value is (58,21,186). Sum of RGB (Red+Green+Blue) = 58+21+186=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A15BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A15BA is #C5EA45. Grayscale: #323232. Windows color (decimal): -12970566 or 12195130. OLE color: 12195130.

HSL color Cylindrical-coordinate representation of color #3A15BA: hue angle of 253.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A15BA is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 21 186 -
CMYK 0.69 0.89 0 0.27
HSL 253.45º 0.8% 0.41% -
HSV(B) 253.45º 0.89% 0.73% -
XYZ 10.88 4.98 46.84 -
YUV 50.87 204.26 133.08 -
System Red Green Blue C M Y K H S L
Decimal 58 21 186 0.69 0.89 0 0.27 253.45 0.8 0.41
Hex 3A 15 BA 45 59 0 1B FD 50 29
Octal 72 25 272 105 131 0 33 375 120 51
Binary 111010 10101 10111010 1000101 1011001 0 11011 11111101 1010000 101001

Color Harmonies of #3A15BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A15BA

Black with #3A15BA

Text Example


Text Example

White with #3A15BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,21,186); }

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

background-color css

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

 a { background-color: rgb(58,21,186); }

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

border-color css

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

 span { border-color: rgb(58,21,186); }

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