Html Css Color HEX #390FBF Purple Heart

📋 copy color: '#390FBF'

red 57 ◦ green 15 ◦ blue 191

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

Shades of Purple Heart #390FBF

Tints of Purple Heart #390FBF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.7%

 BLUE value IS 191 (75% from 255) = 72.62%

R = 21.67%
G = 5.7%
B = 72.62%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#390FBF (or 0x390FBF) is known color: Purple Heart. HEX triplet: 39, 0F and BF. RGB value is (57,15,191). Sum of RGB (Red+Green+Blue) = 57+15+191=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 191 (75% from 255 or 72.62% from 263); Max value from RGB is 191 - color contains mainly: blue. Hex color #390FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390FBF is #C6F040. Grayscale: #2E2E2E. Windows color (decimal): -13037633 or 12521273. OLE color: 12521273.

HSL color Cylindrical-coordinate representation of color #390FBF: hue angle of 254.32º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390FBF is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 15 191 -
CMYK 0.70 0.92 0 0.25
HSL 254.32º 0.85% 0.4% -
HSV(B) 254.32º 0.92% 0.75% -
XYZ 11.26 4.97 49.66 -
YUV 47.62 208.91 134.69 -
System Red Green Blue C M Y K H S L
Decimal 57 15 191 0.70 0.92 0 0.25 254.32 0.85 0.4
Hex 39 F BF 46 5C 0 19 FE 55 28
Octal 71 17 277 106 134 0 31 376 125 50
Binary 111001 1111 10111111 1000110 1011100 0 11001 11111110 1010101 101000

Color Harmonies of #390FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390FBF

Black with #390FBF

Text Example


Text Example

White with #390FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,15,191); }

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

background-color css

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

 a { background-color: rgb(57,15,191); }

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

border-color css

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

 span { border-color: rgb(57,15,191); }

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