Html Css Color HEX #3918C1 Purple Heart

📋 copy color: '#3918C1'

red 57 ◦ green 24 ◦ blue 193

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

Shades of Purple Heart #3918C1

Tints of Purple Heart #3918C1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

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

R = 20.8%
G = 8.76%
B = 70.44%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3918C1 (or 0x3918C1) is known color: Purple Heart. HEX triplet: 39, 18 and C1. RGB value is (57,24,193). Sum of RGB (Red+Green+Blue) = 57+24+193=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 193 (75.78% from 255 or 70.44% from 274); Max value from RGB is 193 - color contains mainly: blue. Hex color #3918C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3918C1 is #C6E73E. Grayscale: #343434. Windows color (decimal): -13035327 or 12654649. OLE color: 12654649.

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

Color convert

RGB 57 24 193 -
CMYK 0.70 0.88 0 0.24
HSL 251.72º 0.78% 0.43% -
HSV(B) 251.72º 0.88% 0.76% -
XYZ 11.64 5.37 50.88 -
YUV 53.13 206.93 130.76 -
System Red Green Blue C M Y K H S L
Decimal 57 24 193 0.70 0.88 0 0.24 251.72 0.78 0.43
Hex 39 18 C1 46 58 0 18 FC 4E 2B
Octal 71 30 301 106 130 0 30 374 116 53
Binary 111001 11000 11000001 1000110 1011000 0 11000 11111100 1001110 101011

Color Harmonies of #3918C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3918C1

Black with #3918C1

Text Example


Text Example

White with #3918C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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