Html Css Color HEX #7134BB Purple Heart

📋 copy color: '#7134BB'

red 113 ◦ green 52 ◦ blue 187

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

Shades of Purple Heart #7134BB

Tints of Purple Heart #7134BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 32.1%
G = 14.77%
B = 53.13%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7134BB (or 0x7134BB) is known color: Purple Heart. HEX triplet: 71, 34 and BB. RGB value is (113,52,187). Sum of RGB (Red+Green+Blue) = 113+52+187=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #7134BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7134BB is #8ECB44. Grayscale: #555555. Windows color (decimal): -9358149 or 12268657. OLE color: 12268657.

HSL color Cylindrical-coordinate representation of color #7134BB: hue angle of 267.11º 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 #7134BB is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 52 187 -
CMYK 0.40 0.72 0 0.27
HSL 267.11º 0.56% 0.47% -
HSV(B) 267.11º 0.72% 0.73% -
XYZ 17.01 9.55 47.96 -
YUV 85.63 185.21 147.52 -
System Red Green Blue C M Y K H S L
Decimal 113 52 187 0.40 0.72 0 0.27 267.11 0.56 0.47
Hex 71 34 BB 28 48 0 1B 10B 38 2F
Octal 161 64 273 50 110 0 33 413 70 57
Binary 1110001 110100 10111011 101000 1001000 0 11011 100001011 111000 101111

Color Harmonies of #7134BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7134BB

Black with #7134BB

Text Example


Text Example

White with #7134BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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