Html Css Color HEX #390EBA Purple Heart

📋 copy color: '#390EBA'

red 57 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #390EBA

Tints of Purple Heart #390EBA

RGB

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

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

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

R = 22.18%
G = 5.45%
B = 72.37%

CMYK

 C value IS 0.69

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#390EBA (or 0x390EBA) is known color: Purple Heart. HEX triplet: 39, 0E and BA. RGB value is (57,14,186). Sum of RGB (Red+Green+Blue) = 57+14+186=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #390EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390EBA is #C6F145. Grayscale: #2D2D2D. Windows color (decimal): -13037894 or 12193337. OLE color: 12193337.

HSL color Cylindrical-coordinate representation of color #390EBA: hue angle of 255º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390EBA is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 14 186 -
CMYK 0.69 0.92 0 0.27
HSL 255º 0.86% 0.39% -
HSV(B) 255º 0.92% 0.73% -
XYZ 10.71 4.73 46.8 -
YUV 46.47 206.75 135.51 -
System Red Green Blue C M Y K H S L
Decimal 57 14 186 0.69 0.92 0 0.27 255 0.86 0.39
Hex 39 E BA 45 5C 0 1B FF 56 27
Octal 71 16 272 105 134 0 33 377 126 47
Binary 111001 1110 10111010 1000101 1011100 0 11011 11111111 1010110 100111

Color Harmonies of #390EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390EBA

Black with #390EBA

Text Example


Text Example

White with #390EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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