Html Css Color HEX #390ABE Purple Heart

📋 copy color: '#390ABE'

red 57 ◦ green 10 ◦ blue 190

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

Shades of Purple Heart #390ABE

Tints of Purple Heart #390ABE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.89%

 BLUE value IS 190 (74.61% from 255) = 73.93%

R = 22.18%
G = 3.89%
B = 73.93%

CMYK

 C value IS 0.7

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#390ABE (or 0x390ABE) is known color: Purple Heart. HEX triplet: 39, 0A and BE. RGB value is (57,10,190). Sum of RGB (Red+Green+Blue) = 57+10+190=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #390ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390ABE is #C6F541. Grayscale: #2B2B2B. Windows color (decimal): -13038914 or 12454457. OLE color: 12454457.

HSL color Cylindrical-coordinate representation of color #390ABE: hue angle of 255.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390ABE is Cyan = 0.7, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 10 190 -
CMYK 0.7 0.95 0 0.25
HSL 255.67º 0.9% 0.39% -
HSV(B) 255.67º 0.95% 0.75% -
XYZ 11.09 4.8 49.06 -
YUV 44.57 210.07 136.86 -
System Red Green Blue C M Y K H S L
Decimal 57 10 190 0.7 0.95 0 0.25 255.67 0.9 0.39
Hex 39 A BE 46 5F 0 19 100 5A 27
Octal 71 12 276 106 137 0 31 400 132 47
Binary 111001 1010 10111110 1000110 1011111 0 11001 100000000 1011010 100111

Color Harmonies of #390ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390ABE

Black with #390ABE

Text Example


Text Example

White with #390ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,10,190); }

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

background-color css

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

 a { background-color: rgb(57,10,190); }

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

border-color css

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

 span { border-color: rgb(57,10,190); }

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