Html Css Color HEX #7140BE Purple Heart

📋 copy color: '#7140BE'

red 113 ◦ green 64 ◦ blue 190

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

Shades of Purple Heart #7140BE

Tints of Purple Heart #7140BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.44%

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

R = 30.79%
G = 17.44%
B = 51.77%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7140BE (or 0x7140BE) is known color: Purple Heart. HEX triplet: 71, 40 and BE. RGB value is (113,64,190). Sum of RGB (Red+Green+Blue) = 113+64+190=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #7140BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7140BE is #8EBF41. Grayscale: #5C5C5C. Windows color (decimal): -9355074 or 12468337. OLE color: 12468337.

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

Color convert

RGB 113 64 190 -
CMYK 0.41 0.66 0 0.25
HSL 263.33º 0.5% 0.5% -
HSV(B) 263.33º 0.66% 0.75% -
XYZ 17.94 10.9 49.87 -
YUV 93.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 113 64 190 0.41 0.66 0 0.25 263.33 0.5 0.5
Hex 71 40 BE 29 42 0 19 107 32 32
Octal 161 100 276 51 102 0 31 407 62 62
Binary 1110001 1000000 10111110 101001 1000010 0 11001 100000111 110010 110010

Color Harmonies of #7140BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7140BE

Black with #7140BE

Text Example


Text Example

White with #7140BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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