Html Css Color HEX #390ABC Purple Heart

📋 copy color: '#390ABC'

red 57 ◦ green 10 ◦ blue 188

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

Shades of Purple Heart #390ABC

Tints of Purple Heart #390ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 73.73%

R = 22.35%
G = 3.92%
B = 73.73%

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

#390ABC (or 0x390ABC) is known color: Purple Heart. HEX triplet: 39, 0A and BC. RGB value is (57,10,188). Sum of RGB (Red+Green+Blue) = 57+10+188=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #390ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390ABC is #C6F543. Grayscale: #2B2B2B. Windows color (decimal): -13038916 or 12323385. OLE color: 12323385.

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

Color convert

RGB 57 10 188 -
CMYK 0.70 0.95 0 0.26
HSL 255.84º 0.9% 0.39% -
HSV(B) 255.84º 0.95% 0.74% -
XYZ 10.87 4.72 47.91 -
YUV 44.35 209.07 137.03 -
System Red Green Blue C M Y K H S L
Decimal 57 10 188 0.70 0.95 0 0.26 255.84 0.9 0.39
Hex 39 A BC 46 5F 0 1A 100 5A 27
Octal 71 12 274 106 137 0 32 400 132 47
Binary 111001 1010 10111100 1000110 1011111 0 11010 100000000 1011010 100111

Color Harmonies of #390ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390ABC

Black with #390ABC

Text Example


Text Example

White with #390ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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