Html Css Color HEX #390EC1 Purple Heart

📋 copy color: '#390EC1'

red 57 ◦ green 14 ◦ blue 193

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

Shades of Purple Heart #390EC1

Tints of Purple Heart #390EC1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.3%

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

R = 21.59%
G = 5.3%
B = 73.11%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#390EC1 (or 0x390EC1) is known color: Purple Heart. HEX triplet: 39, 0E and C1. RGB value is (57,14,193). Sum of RGB (Red+Green+Blue) = 57+14+193=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 193 (75.78% from 255 or 73.11% from 264); Max value from RGB is 193 - color contains mainly: blue. Hex color #390EC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390EC1 is #C6F13E. Grayscale: #2E2E2E. Windows color (decimal): -13037887 or 12652089. OLE color: 12652089.

HSL color Cylindrical-coordinate representation of color #390EC1: hue angle of 254.41º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390EC1 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 57 14 193 -
CMYK 0.70 0.93 0 0.24
HSL 254.41º 0.86% 0.41% -
HSV(B) 254.41º 0.93% 0.76% -
XYZ 11.47 5.03 50.82 -
YUV 47.26 210.25 134.95 -
System Red Green Blue C M Y K H S L
Decimal 57 14 193 0.70 0.93 0 0.24 254.41 0.86 0.41
Hex 39 E C1 46 5D 0 18 FE 56 29
Octal 71 16 301 106 135 0 30 376 126 51
Binary 111001 1110 11000001 1000110 1011101 0 11000 11111110 1010110 101001

Color Harmonies of #390EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390EC1

Black with #390EC1

Text Example


Text Example

White with #390EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390EC1; }

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

 H1.HeaderClassName
 {
   color: #390EC1;
 }
 .AnyTagClassName
 {
   color: #390EC1;
 }
</style>

background-color css

<style>
 a { background-color: #390EC1; }

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

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

border-color css

<style>
 span { border-color: #390EC1; }

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

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