Html Css Color HEX #390FBC Purple Heart

📋 copy color: '#390FBC'

red 57 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #390FBC

Tints of Purple Heart #390FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 72.31%

R = 21.92%
G = 5.77%
B = 72.31%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#390FBC (or 0x390FBC) is known color: Purple Heart. HEX triplet: 39, 0F and BC. RGB value is (57,15,188). Sum of RGB (Red+Green+Blue) = 57+15+188=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #390FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390FBC is #C6F043. Grayscale: #2E2E2E. Windows color (decimal): -13037636 or 12324665. OLE color: 12324665.

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

Color convert

RGB 57 15 188 -
CMYK 0.70 0.92 0 0.26
HSL 254.57º 0.85% 0.4% -
HSV(B) 254.57º 0.92% 0.74% -
XYZ 10.94 4.84 47.94 -
YUV 47.28 207.41 134.93 -
System Red Green Blue C M Y K H S L
Decimal 57 15 188 0.70 0.92 0 0.26 254.57 0.85 0.4
Hex 39 F BC 46 5C 0 1A FF 55 28
Octal 71 17 274 106 134 0 32 377 125 50
Binary 111001 1111 10111100 1000110 1011100 0 11010 11111111 1010101 101000

Color Harmonies of #390FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390FBC

Black with #390FBC

Text Example


Text Example

White with #390FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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