Html Css Color HEX #7134BA Purple Heart

📋 copy color: '#7134BA'

red 113 ◦ green 52 ◦ blue 186

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

Shades of Purple Heart #7134BA

Tints of Purple Heart #7134BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.81%

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

R = 32.19%
G = 14.81%
B = 52.99%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7134BA (or 0x7134BA) is known color: Purple Heart. HEX triplet: 71, 34 and BA. RGB value is (113,52,186). Sum of RGB (Red+Green+Blue) = 113+52+186=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #7134BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7134BA is #8ECB45. Grayscale: #555555. Windows color (decimal): -9358150 or 12203121. OLE color: 12203121.

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

Color convert

RGB 113 52 186 -
CMYK 0.39 0.72 0 0.27
HSL 267.31º 0.56% 0.47% -
HSV(B) 267.31º 0.72% 0.73% -
XYZ 16.9 9.51 47.4 -
YUV 85.52 184.71 147.6 -
System Red Green Blue C M Y K H S L
Decimal 113 52 186 0.39 0.72 0 0.27 267.31 0.56 0.47
Hex 71 34 BA 27 48 0 1B 10B 38 2F
Octal 161 64 272 47 110 0 33 413 70 57
Binary 1110001 110100 10111010 100111 1001000 0 11011 100001011 111000 101111

Color Harmonies of #7134BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7134BA

Black with #7134BA

Text Example


Text Example

White with #7134BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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