Html Css Color HEX #7134BC Purple Heart

📋 copy color: '#7134BC'

red 113 ◦ green 52 ◦ blue 188

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

Shades of Purple Heart #7134BC

Tints of Purple Heart #7134BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 32.01%
G = 14.73%
B = 53.26%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7134BC (or 0x7134BC) is known color: Purple Heart. HEX triplet: 71, 34 and BC. RGB value is (113,52,188). Sum of RGB (Red+Green+Blue) = 113+52+188=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #7134BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7134BC is #8ECB43. Grayscale: #555555. Windows color (decimal): -9358148 or 12334193. OLE color: 12334193.

HSL color Cylindrical-coordinate representation of color #7134BC: hue angle of 266.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7134BC is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 52 188 -
CMYK 0.40 0.72 0 0.26
HSL 266.91º 0.57% 0.47% -
HSV(B) 266.91º 0.72% 0.74% -
XYZ 17.12 9.6 48.53 -
YUV 85.74 185.71 147.44 -
System Red Green Blue C M Y K H S L
Decimal 113 52 188 0.40 0.72 0 0.26 266.91 0.57 0.47
Hex 71 34 BC 28 48 0 1A 10B 39 2F
Octal 161 64 274 50 110 0 32 413 71 57
Binary 1110001 110100 10111100 101000 1001000 0 11010 100001011 111001 101111

Color Harmonies of #7134BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7134BC

Black with #7134BC

Text Example


Text Example

White with #7134BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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