Html Css Color HEX #7140BD Purple Heart

📋 copy color: '#7140BD'

red 113 ◦ green 64 ◦ blue 189

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

Shades of Purple Heart #7140BD

Tints of Purple Heart #7140BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.64%

R = 30.87%
G = 17.49%
B = 51.64%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7140BD (or 0x7140BD) is known color: Purple Heart. HEX triplet: 71, 40 and BD. RGB value is (113,64,189). Sum of RGB (Red+Green+Blue) = 113+64+189=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #7140BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7140BD is #8EBF42. Grayscale: #5C5C5C. Windows color (decimal): -9355075 or 12402801. OLE color: 12402801.

HSL color Cylindrical-coordinate representation of color #7140BD: hue angle of 263.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7140BD is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 64 189 -
CMYK 0.40 0.66 0 0.26
HSL 263.52º 0.49% 0.5% -
HSV(B) 263.52º 0.66% 0.74% -
XYZ 17.83 10.85 49.3 -
YUV 92.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 113 64 189 0.40 0.66 0 0.26 263.52 0.49 0.5
Hex 71 40 BD 28 42 0 1A 108 31 32
Octal 161 100 275 50 102 0 32 410 61 62
Binary 1110001 1000000 10111101 101000 1000010 0 11010 100001000 110001 110010

Color Harmonies of #7140BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7140BD

Black with #7140BD

Text Example


Text Example

White with #7140BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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