Html Css Color HEX #7134DB Purple Heart

📋 copy color: '#7134DB'

red 113 ◦ green 52 ◦ blue 219

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

Shades of Purple Heart #7134DB

Tints of Purple Heart #7134DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.03%

R = 29.43%
G = 13.54%
B = 57.03%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7134DB (or 0x7134DB) is known color: Purple Heart. HEX triplet: 71, 34 and DB. RGB value is (113,52,219). Sum of RGB (Red+Green+Blue) = 113+52+219=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #7134DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7134DB is #8ECB24. Grayscale: #585858. Windows color (decimal): -9358117 or 14365809. OLE color: 14365809.

HSL color Cylindrical-coordinate representation of color #7134DB: hue angle of 261.92º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7134DB is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 52 219 -
CMYK 0.48 0.76 0 0.14
HSL 261.92º 0.7% 0.53% -
HSV(B) 261.92º 0.76% 0.86% -
XYZ 20.82 11.08 68.06 -
YUV 89.28 201.21 144.92 -
System Red Green Blue C M Y K H S L
Decimal 113 52 219 0.48 0.76 0 0.14 261.92 0.7 0.53
Hex 71 34 DB 30 4C 0 E 106 46 35
Octal 161 64 333 60 114 0 16 406 106 65
Binary 1110001 110100 11011011 110000 1001100 0 1110 100000110 1000110 110101

Color Harmonies of #7134DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7134DB

Black with #7134DB

Text Example


Text Example

White with #7134DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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