Html Css Color HEX #7134BE Purple Heart

📋 copy color: '#7134BE'

red 113 ◦ green 52 ◦ blue 190

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

Shades of Purple Heart #7134BE

Tints of Purple Heart #7134BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 31.83%
G = 14.65%
B = 53.52%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7134BE (or 0x7134BE) is known color: Purple Heart. HEX triplet: 71, 34 and BE. RGB value is (113,52,190). Sum of RGB (Red+Green+Blue) = 113+52+190=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #7134BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7134BE is #8ECB41. Grayscale: #555555. Windows color (decimal): -9358146 or 12465265. OLE color: 12465265.

HSL color Cylindrical-coordinate representation of color #7134BE: hue angle of 266.52º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7134BE is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 52 190 -
CMYK 0.41 0.73 0 0.25
HSL 266.52º 0.57% 0.47% -
HSV(B) 266.52º 0.73% 0.75% -
XYZ 17.33 9.68 49.67 -
YUV 85.97 186.71 147.28 -
System Red Green Blue C M Y K H S L
Decimal 113 52 190 0.41 0.73 0 0.25 266.52 0.57 0.47
Hex 71 34 BE 29 49 0 19 10B 39 2F
Octal 161 64 276 51 111 0 31 413 71 57
Binary 1110001 110100 10111110 101001 1001001 0 11001 100001011 111001 101111

Color Harmonies of #7134BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7134BE

Black with #7134BE

Text Example


Text Example

White with #7134BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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