Html Css Color HEX #390CBD Purple Heart

📋 copy color: '#390CBD'

red 57 ◦ green 12 ◦ blue 189

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

Shades of Purple Heart #390CBD

Tints of Purple Heart #390CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 73.26%

R = 22.09%
G = 4.65%
B = 73.26%

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

#390CBD (or 0x390CBD) is known color: Purple Heart. HEX triplet: 39, 0C and BD. RGB value is (57,12,189). Sum of RGB (Red+Green+Blue) = 57+12+189=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 189 (74.22% from 255 or 73.26% from 258); Max value from RGB is 189 - color contains mainly: blue. Hex color #390CBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390CBD is #C6F342. Grayscale: #2C2C2C. Windows color (decimal): -13038403 or 12389433. OLE color: 12389433.

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

Color convert

RGB 57 12 189 -
CMYK 0.70 0.94 0 0.26
HSL 255.25º 0.88% 0.39% -
HSV(B) 255.25º 0.94% 0.74% -
XYZ 11 4.81 48.49 -
YUV 45.63 208.91 136.11 -
System Red Green Blue C M Y K H S L
Decimal 57 12 189 0.70 0.94 0 0.26 255.25 0.88 0.39
Hex 39 C BD 46 5E 0 1A FF 58 27
Octal 71 14 275 106 136 0 32 377 130 47
Binary 111001 1100 10111101 1000110 1011110 0 11010 11111111 1011000 100111

Color Harmonies of #390CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390CBD

Black with #390CBD

Text Example


Text Example

White with #390CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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