Html Css Color HEX #390ABA Purple Heart

📋 copy color: '#390ABA'

red 57 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #390ABA

Tints of Purple Heart #390ABA

RGB

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

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

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

R = 22.53%
G = 3.95%
B = 73.52%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#390ABA (or 0x390ABA) is known color: Purple Heart. HEX triplet: 39, 0A and BA. RGB value is (57,10,186). Sum of RGB (Red+Green+Blue) = 57+10+186=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #390ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390ABA is #C6F545. Grayscale: #2B2B2B. Windows color (decimal): -13038918 or 12192313. OLE color: 12192313.

HSL color Cylindrical-coordinate representation of color #390ABA: hue angle of 256.02º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390ABA is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 10 186 -
CMYK 0.69 0.95 0 0.27
HSL 256.02º 0.9% 0.38% -
HSV(B) 256.02º 0.95% 0.73% -
XYZ 10.66 4.63 46.79 -
YUV 44.12 208.07 137.19 -
System Red Green Blue C M Y K H S L
Decimal 57 10 186 0.69 0.95 0 0.27 256.02 0.9 0.38
Hex 39 A BA 45 5F 0 1B 100 5A 26
Octal 71 12 272 105 137 0 33 400 132 46
Binary 111001 1010 10111010 1000101 1011111 0 11011 100000000 1011010 100110

Color Harmonies of #390ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390ABA

Black with #390ABA

Text Example


Text Example

White with #390ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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