Html Css Color HEX #3915C1 Purple Heart

📋 copy color: '#3915C1'

red 57 ◦ green 21 ◦ blue 193

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

Shades of Purple Heart #3915C1

Tints of Purple Heart #3915C1

RGB

 RED value IS 57 (22.66% from 255) = 21.03%

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

 BLUE value IS 193 (75.78% from 255) = 71.22%

R = 21.03%
G = 7.75%
B = 71.22%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3915C1 (or 0x3915C1) is known color: Purple Heart. HEX triplet: 39, 15 and C1. RGB value is (57,21,193). Sum of RGB (Red+Green+Blue) = 57+21+193=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 193 (75.78% from 255 or 71.22% from 271); Max value from RGB is 193 - color contains mainly: blue. Hex color #3915C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3915C1 is #C6EA3E. Grayscale: #323232. Windows color (decimal): -13036095 or 12653881. OLE color: 12653881.

HSL color Cylindrical-coordinate representation of color #3915C1: hue angle of 252.56º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3915C1 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 57 21 193 -
CMYK 0.70 0.89 0 0.24
HSL 252.56º 0.8% 0.42% -
HSV(B) 252.56º 0.89% 0.76% -
XYZ 11.58 5.26 50.86 -
YUV 51.37 207.93 132.01 -
System Red Green Blue C M Y K H S L
Decimal 57 21 193 0.70 0.89 0 0.24 252.56 0.8 0.42
Hex 39 15 C1 46 59 0 18 FD 50 2A
Octal 71 25 301 106 131 0 30 375 120 52
Binary 111001 10101 11000001 1000110 1011001 0 11000 11111101 1010000 101010

Color Harmonies of #3915C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3915C1

Black with #3915C1

Text Example


Text Example

White with #3915C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3915C1; }

 p { color: rgb(57,21,193); }

 H1.HeaderClassName
 {
   color: #3915C1;
 }
 .AnyTagClassName
 {
   color: #3915C1;
 }
</style>

background-color css

<style>
 a { background-color: #3915C1; }

 a { background-color: rgb(57,21,193); }

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

border-color css

<style>
 span { border-color: #3915C1; }

 span { border-color: rgb(57,21,193); }

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