Html Css Color HEX #390ABD Purple Heart

📋 copy color: '#390ABD'

red 57 ◦ green 10 ◦ blue 189

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

Shades of Purple Heart #390ABD

Tints of Purple Heart #390ABD

RGB

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

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

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

R = 22.27%
G = 3.91%
B = 73.83%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#390ABD (or 0x390ABD) is known color: Purple Heart. HEX triplet: 39, 0A and BD. RGB value is (57,10,189). Sum of RGB (Red+Green+Blue) = 57+10+189=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 189 (74.22% from 255 or 73.83% from 256); Max value from RGB is 189 - color contains mainly: blue. Hex color #390ABD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390ABD is #C6F542. Grayscale: #2B2B2B. Windows color (decimal): -13038915 or 12388921. OLE color: 12388921.

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

Color convert

RGB 57 10 189 -
CMYK 0.70 0.95 0 0.26
HSL 255.75º 0.9% 0.39% -
HSV(B) 255.75º 0.95% 0.74% -
XYZ 10.98 4.76 48.48 -
YUV 44.46 209.57 136.95 -
System Red Green Blue C M Y K H S L
Decimal 57 10 189 0.70 0.95 0 0.26 255.75 0.9 0.39
Hex 39 A BD 46 5F 0 1A 100 5A 27
Octal 71 12 275 106 137 0 32 400 132 47
Binary 111001 1010 10111101 1000110 1011111 0 11010 100000000 1011010 100111

Color Harmonies of #390ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390ABD

Black with #390ABD

Text Example


Text Example

White with #390ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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