Html Css Color HEX #7137BA Purple Heart

📋 copy color: '#7137BA'

red 113 ◦ green 55 ◦ blue 186

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

Shades of Purple Heart #7137BA

Tints of Purple Heart #7137BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.54%

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

R = 31.92%
G = 15.54%
B = 52.54%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7137BA (or 0x7137BA) is known color: Purple Heart. HEX triplet: 71, 37 and BA. RGB value is (113,55,186). Sum of RGB (Red+Green+Blue) = 113+55+186=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #7137BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7137BA is #8EC845. Grayscale: #565656. Windows color (decimal): -9357382 or 12203889. OLE color: 12203889.

HSL color Cylindrical-coordinate representation of color #7137BA: hue angle of 266.56º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7137BA is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 55 186 -
CMYK 0.39 0.70 0 0.27
HSL 266.56º 0.54% 0.47% -
HSV(B) 266.56º 0.7% 0.73% -
XYZ 17.04 9.79 47.45 -
YUV 87.28 183.72 146.35 -
System Red Green Blue C M Y K H S L
Decimal 113 55 186 0.39 0.70 0 0.27 266.56 0.54 0.47
Hex 71 37 BA 27 46 0 1B 10B 36 2F
Octal 161 67 272 47 106 0 33 413 66 57
Binary 1110001 110111 10111010 100111 1000110 0 11011 100001011 110110 101111

Color Harmonies of #7137BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7137BA

Black with #7137BA

Text Example


Text Example

White with #7137BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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