Html Css Color HEX #390BBF Purple Heart

📋 copy color: '#390BBF'

red 57 ◦ green 11 ◦ blue 191

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

Shades of Purple Heart #390BBF

Tints of Purple Heart #390BBF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.25%

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

R = 22.01%
G = 4.25%
B = 73.75%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#390BBF (or 0x390BBF) is known color: Purple Heart. HEX triplet: 39, 0B and BF. RGB value is (57,11,191). Sum of RGB (Red+Green+Blue) = 57+11+191=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 191 (75% from 255 or 73.75% from 259); Max value from RGB is 191 - color contains mainly: blue. Hex color #390BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390BBF is #C6F440. Grayscale: #2C2C2C. Windows color (decimal): -13038657 or 12520249. OLE color: 12520249.

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

Color convert

RGB 57 11 191 -
CMYK 0.70 0.94 0 0.25
HSL 255.33º 0.89% 0.4% -
HSV(B) 255.33º 0.94% 0.75% -
XYZ 11.21 4.87 49.64 -
YUV 45.27 210.24 136.36 -
System Red Green Blue C M Y K H S L
Decimal 57 11 191 0.70 0.94 0 0.25 255.33 0.89 0.4
Hex 39 B BF 46 5E 0 19 FF 59 28
Octal 71 13 277 106 136 0 31 377 131 50
Binary 111001 1011 10111111 1000110 1011110 0 11001 11111111 1011001 101000

Color Harmonies of #390BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390BBF

Black with #390BBF

Text Example


Text Example

White with #390BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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