Html Css Color HEX #390CBC Purple Heart

📋 copy color: '#390CBC'

red 57 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #390CBC

Tints of Purple Heart #390CBC

RGB

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

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

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

R = 22.18%
G = 4.67%
B = 73.15%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#390CBC (or 0x390CBC) is known color: Purple Heart. HEX triplet: 39, 0C and BC. RGB value is (57,12,188). Sum of RGB (Red+Green+Blue) = 57+12+188=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #390CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390CBC is #C6F343. Grayscale: #2C2C2C. Windows color (decimal): -13038404 or 12323897. OLE color: 12323897.

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

Color convert

RGB 57 12 188 -
CMYK 0.70 0.94 0 0.26
HSL 255.34º 0.88% 0.39% -
HSV(B) 255.34º 0.94% 0.74% -
XYZ 10.9 4.76 47.92 -
YUV 45.52 208.41 136.19 -
System Red Green Blue C M Y K H S L
Decimal 57 12 188 0.70 0.94 0 0.26 255.34 0.88 0.39
Hex 39 C BC 46 5E 0 1A FF 58 27
Octal 71 14 274 106 136 0 32 377 130 47
Binary 111001 1100 10111100 1000110 1011110 0 11010 11111111 1011000 100111

Color Harmonies of #390CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390CBC

Black with #390CBC

Text Example


Text Example

White with #390CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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