Html Css Color HEX #390BBB Purple Heart

📋 copy color: '#390BBB'

red 57 ◦ green 11 ◦ blue 187

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

Shades of Purple Heart #390BBB

Tints of Purple Heart #390BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 73.33%

R = 22.35%
G = 4.31%
B = 73.33%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#390BBB (or 0x390BBB) is known color: Purple Heart. HEX triplet: 39, 0B and BB. RGB value is (57,11,187). Sum of RGB (Red+Green+Blue) = 57+11+187=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 187 (73.44% from 255 or 73.33% from 255); Max value from RGB is 187 - color contains mainly: blue. Hex color #390BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390BBB is #C6F444. Grayscale: #2C2C2C. Windows color (decimal): -13038661 or 12258105. OLE color: 12258105.

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

Color convert

RGB 57 11 187 -
CMYK 0.70 0.94 0 0.27
HSL 255.68º 0.89% 0.39% -
HSV(B) 255.68º 0.94% 0.73% -
XYZ 10.78 4.7 47.35 -
YUV 44.82 208.24 136.69 -
System Red Green Blue C M Y K H S L
Decimal 57 11 187 0.70 0.94 0 0.27 255.68 0.89 0.39
Hex 39 B BB 46 5E 0 1B 100 59 27
Octal 71 13 273 106 136 0 33 400 131 47
Binary 111001 1011 10111011 1000110 1011110 0 11011 100000000 1011001 100111

Color Harmonies of #390BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390BBB

Black with #390BBB

Text Example


Text Example

White with #390BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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