Html Css Color HEX #7137DB Purple Heart

📋 copy color: '#7137DB'

red 113 ◦ green 55 ◦ blue 219

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

Shades of Purple Heart #7137DB

Tints of Purple Heart #7137DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.21%

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

R = 29.2%
G = 14.21%
B = 56.59%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7137DB (or 0x7137DB) is known color: Purple Heart. HEX triplet: 71, 37 and DB. RGB value is (113,55,219). Sum of RGB (Red+Green+Blue) = 113+55+219=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #7137DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7137DB is #8EC824. Grayscale: #5A5A5A. Windows color (decimal): -9357349 or 14366577. OLE color: 14366577.

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

Color convert

RGB 113 55 219 -
CMYK 0.48 0.75 0 0.14
HSL 261.22º 0.69% 0.54% -
HSV(B) 261.22º 0.75% 0.86% -
XYZ 20.96 11.36 68.11 -
YUV 91.04 200.22 143.66 -
System Red Green Blue C M Y K H S L
Decimal 113 55 219 0.48 0.75 0 0.14 261.22 0.69 0.54
Hex 71 37 DB 30 4B 0 E 105 45 36
Octal 161 67 333 60 113 0 16 405 105 66
Binary 1110001 110111 11011011 110000 1001011 0 1110 100000101 1000101 110110

Color Harmonies of #7137DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7137DB

Black with #7137DB

Text Example


Text Example

White with #7137DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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