Html Css Color HEX #7139BA Purple Heart

📋 copy color: '#7139BA'

red 113 ◦ green 57 ◦ blue 186

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

Shades of Purple Heart #7139BA

Tints of Purple Heart #7139BA

RGB

 RED value IS 113 (44.53% from 255) = 31.74%

 GREEN value IS 57 (22.66% from 255) = 16.01%

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

R = 31.74%
G = 16.01%
B = 52.25%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7139BA (or 0x7139BA) is known color: Purple Heart. HEX triplet: 71, 39 and BA. RGB value is (113,57,186). Sum of RGB (Red+Green+Blue) = 113+57+186=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #7139BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7139BA is #8EC645. Grayscale: #575757. Windows color (decimal): -9356870 or 12204401. OLE color: 12204401.

HSL color Cylindrical-coordinate representation of color #7139BA: hue angle of 266.05º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7139BA is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 57 186 -
CMYK 0.39 0.69 0 0.27
HSL 266.05º 0.53% 0.48% -
HSV(B) 266.05º 0.69% 0.73% -
XYZ 17.14 9.98 47.48 -
YUV 88.45 183.05 145.51 -
System Red Green Blue C M Y K H S L
Decimal 113 57 186 0.39 0.69 0 0.27 266.05 0.53 0.48
Hex 71 39 BA 27 45 0 1B 10A 35 30
Octal 161 71 272 47 105 0 33 412 65 60
Binary 1110001 111001 10111010 100111 1000101 0 11011 100001010 110101 110000

Color Harmonies of #7139BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7139BA

Black with #7139BA

Text Example


Text Example

White with #7139BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7139BA; }

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

 H1.HeaderClassName
 {
   color: #7139BA;
 }
 .AnyTagClassName
 {
   color: #7139BA;
 }
</style>

background-color css

<style>
 a { background-color: #7139BA; }

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

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

border-color css

<style>
 span { border-color: #7139BA; }

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

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