Html Css Color HEX #7142BF Purple Heart

📋 copy color: '#7142BF'

red 113 ◦ green 66 ◦ blue 191

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

Shades of Purple Heart #7142BF

Tints of Purple Heart #7142BF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.84%

 BLUE value IS 191 (75% from 255) = 51.62%

R = 30.54%
G = 17.84%
B = 51.62%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7142BF (or 0x7142BF) is known color: Purple Heart. HEX triplet: 71, 42 and BF. RGB value is (113,66,191). Sum of RGB (Red+Green+Blue) = 113+66+191=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #7142BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7142BF is #8EBD40. Grayscale: #5D5D5D. Windows color (decimal): -9354561 or 12534385. OLE color: 12534385.

HSL color Cylindrical-coordinate representation of color #7142BF: hue angle of 262.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7142BF is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 66 191 -
CMYK 0.41 0.65 0 0.25
HSL 262.56º 0.49% 0.5% -
HSV(B) 262.56º 0.65% 0.75% -
XYZ 18.16 11.17 50.49 -
YUV 94.3 182.57 141.34 -
System Red Green Blue C M Y K H S L
Decimal 113 66 191 0.41 0.65 0 0.25 262.56 0.49 0.5
Hex 71 42 BF 29 41 0 19 107 31 32
Octal 161 102 277 51 101 0 31 407 61 62
Binary 1110001 1000010 10111111 101001 1000001 0 11001 100000111 110001 110010

Color Harmonies of #7142BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7142BF

Black with #7142BF

Text Example


Text Example

White with #7142BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7142BF; }

 p { color: rgb(113,66,191); }

 H1.HeaderClassName
 {
   color: #7142BF;
 }
 .AnyTagClassName
 {
   color: #7142BF;
 }
</style>

background-color css

<style>
 a { background-color: #7142BF; }

 a { background-color: rgb(113,66,191); }

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

border-color css

<style>
 span { border-color: #7142BF; }

 span { border-color: rgb(113,66,191); }

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