Html Css Color HEX #7136B4 Purple Heart

📋 copy color: '#7136B4'

red 113 ◦ green 54 ◦ blue 180

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

Shades of Purple Heart #7136B4

Tints of Purple Heart #7136B4

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.56%

 BLUE value IS 180 (70.7% from 255) = 51.87%

R = 32.56%
G = 15.56%
B = 51.87%

CMYK

 C value IS 0.37

 M value IS 0.7

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7136B4 (or 0x7136B4) is known color: Purple Heart. HEX triplet: 71, 36 and B4. RGB value is (113,54,180). Sum of RGB (Red+Green+Blue) = 113+54+180=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #7136B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7136B4 is #8EC94B. Grayscale: #555555. Windows color (decimal): -9357644 or 11810417. OLE color: 11810417.

HSL color Cylindrical-coordinate representation of color #7136B4: hue angle of 268.1º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7136B4 is Cyan = 0.37, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 54 180 -
CMYK 0.37 0.7 0 0.29
HSL 268.1º 0.54% 0.46% -
HSV(B) 268.1º 0.7% 0.71% -
XYZ 16.37 9.44 44.14 -
YUV 86.01 181.05 147.25 -
System Red Green Blue C M Y K H S L
Decimal 113 54 180 0.37 0.7 0 0.29 268.1 0.54 0.46
Hex 71 36 B4 25 46 0 1D 10C 36 2E
Octal 161 66 264 45 106 0 35 414 66 56
Binary 1110001 110110 10110100 100101 1000110 0 11101 100001100 110110 101110

Color Harmonies of #7136B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7136B4

Black with #7136B4

Text Example


Text Example

White with #7136B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7136B4; }

 p { color: rgb(113,54,180); }

 H1.HeaderClassName
 {
   color: #7136B4;
 }
 .AnyTagClassName
 {
   color: #7136B4;
 }
</style>

background-color css

<style>
 a { background-color: #7136B4; }

 a { background-color: rgb(113,54,180); }

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

border-color css

<style>
 span { border-color: #7136B4; }

 span { border-color: rgb(113,54,180); }

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