Html Css Color HEX #390CBA Purple Heart

📋 copy color: '#390CBA'

red 57 ◦ green 12 ◦ blue 186

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

Shades of Purple Heart #390CBA

Tints of Purple Heart #390CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.71%

 BLUE value IS 186 (73.05% from 255) = 72.94%

R = 22.35%
G = 4.71%
B = 72.94%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#390CBA (or 0x390CBA) is known color: Purple Heart. HEX triplet: 39, 0C and BA. RGB value is (57,12,186). Sum of RGB (Red+Green+Blue) = 57+12+186=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #390CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390CBA is #C6F345. Grayscale: #2C2C2C. Windows color (decimal): -13038406 or 12192825. OLE color: 12192825.

HSL color Cylindrical-coordinate representation of color #390CBA: hue angle of 255.52º degrees, saturation: 0.88, 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 #390CBA is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 12 186 -
CMYK 0.69 0.94 0 0.27
HSL 255.52º 0.88% 0.39% -
HSV(B) 255.52º 0.94% 0.73% -
XYZ 10.68 4.68 46.79 -
YUV 45.29 207.41 136.35 -
System Red Green Blue C M Y K H S L
Decimal 57 12 186 0.69 0.94 0 0.27 255.52 0.88 0.39
Hex 39 C BA 45 5E 0 1B 100 58 27
Octal 71 14 272 105 136 0 33 400 130 47
Binary 111001 1100 10111010 1000101 1011110 0 11011 100000000 1011000 100111

Color Harmonies of #390CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390CBA

Black with #390CBA

Text Example


Text Example

White with #390CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,12,186); }

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

background-color css

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

 a { background-color: rgb(57,12,186); }

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

border-color css

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

 span { border-color: rgb(57,12,186); }

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