Html Css Color HEX #390CBB Purple Heart

📋 copy color: '#390CBB'

red 57 ◦ green 12 ◦ blue 187

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

Shades of Purple Heart #390CBB

Tints of Purple Heart #390CBB

RGB

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

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

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

R = 22.27%
G = 4.69%
B = 73.05%

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

#390CBB (or 0x390CBB) is known color: Purple Heart. HEX triplet: 39, 0C and BB. RGB value is (57,12,187). Sum of RGB (Red+Green+Blue) = 57+12+187=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #390CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390CBB is #C6F344. Grayscale: #2C2C2C. Windows color (decimal): -13038405 or 12258361. OLE color: 12258361.

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

Color convert

RGB 57 12 187 -
CMYK 0.70 0.94 0 0.27
HSL 255.43º 0.88% 0.39% -
HSV(B) 255.43º 0.94% 0.73% -
XYZ 10.79 4.72 47.36 -
YUV 45.41 207.91 136.27 -
System Red Green Blue C M Y K H S L
Decimal 57 12 187 0.70 0.94 0 0.27 255.43 0.88 0.39
Hex 39 C BB 46 5E 0 1B FF 58 27
Octal 71 14 273 106 136 0 33 377 130 47
Binary 111001 1100 10111011 1000110 1011110 0 11011 11111111 1011000 100111

Color Harmonies of #390CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390CBB

Black with #390CBB

Text Example


Text Example

White with #390CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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