Html Css Color HEX #7140D0 Purple Heart

📋 copy color: '#7140D0'

red 113 ◦ green 64 ◦ blue 208

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

Shades of Purple Heart #7140D0

Tints of Purple Heart #7140D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.03%

R = 29.35%
G = 16.62%
B = 54.03%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7140D0 (or 0x7140D0) is known color: Purple Heart. HEX triplet: 71, 40 and D0. RGB value is (113,64,208). Sum of RGB (Red+Green+Blue) = 113+64+208=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #7140D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7140D0 is #8EBF2F. Grayscale: #5E5E5E. Windows color (decimal): -9355056 or 13647985. OLE color: 13647985.

HSL color Cylindrical-coordinate representation of color #7140D0: hue angle of 260.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7140D0 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 64 208 -
CMYK 0.46 0.69 0 0.18
HSL 260.42º 0.61% 0.53% -
HSV(B) 260.42º 0.69% 0.82% -
XYZ 20.03 11.73 60.88 -
YUV 95.07 191.73 140.79 -
System Red Green Blue C M Y K H S L
Decimal 113 64 208 0.46 0.69 0 0.18 260.42 0.61 0.53
Hex 71 40 D0 2E 45 0 12 104 3D 35
Octal 161 100 320 56 105 0 22 404 75 65
Binary 1110001 1000000 11010000 101110 1000101 0 10010 100000100 111101 110101

Color Harmonies of #7140D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7140D0

Black with #7140D0

Text Example


Text Example

White with #7140D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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