Html Css Color HEX #390EBD Purple Heart

📋 copy color: '#390EBD'

red 57 ◦ green 14 ◦ blue 189

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

Shades of Purple Heart #390EBD

Tints of Purple Heart #390EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 72.69%

R = 21.92%
G = 5.38%
B = 72.69%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#390EBD (or 0x390EBD) is known color: Purple Heart. HEX triplet: 39, 0E and BD. RGB value is (57,14,189). Sum of RGB (Red+Green+Blue) = 57+14+189=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 189 (74.22% from 255 or 72.69% from 260); Max value from RGB is 189 - color contains mainly: blue. Hex color #390EBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390EBD is #C6F142. Grayscale: #2E2E2E. Windows color (decimal): -13037891 or 12389945. OLE color: 12389945.

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

Color convert

RGB 57 14 189 -
CMYK 0.70 0.93 0 0.26
HSL 254.74º 0.86% 0.4% -
HSV(B) 254.74º 0.93% 0.74% -
XYZ 11.03 4.86 48.5 -
YUV 46.81 208.25 135.27 -
System Red Green Blue C M Y K H S L
Decimal 57 14 189 0.70 0.93 0 0.26 254.74 0.86 0.4
Hex 39 E BD 46 5D 0 1A FF 56 28
Octal 71 16 275 106 135 0 32 377 126 50
Binary 111001 1110 10111101 1000110 1011101 0 11010 11111111 1010110 101000

Color Harmonies of #390EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390EBD

Black with #390EBD

Text Example


Text Example

White with #390EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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