Html Css Color HEX #7140CD Purple Heart

📋 copy color: '#7140CD'

red 113 ◦ green 64 ◦ blue 205

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

Shades of Purple Heart #7140CD

Tints of Purple Heart #7140CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 29.58%
G = 16.75%
B = 53.66%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7140CD (or 0x7140CD) is known color: Purple Heart. HEX triplet: 71, 40 and CD. RGB value is (113,64,205). Sum of RGB (Red+Green+Blue) = 113+64+205=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #7140CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7140CD is #8EBF32. Grayscale: #5E5E5E. Windows color (decimal): -9355059 or 13451377. OLE color: 13451377.

HSL color Cylindrical-coordinate representation of color #7140CD: hue angle of 260.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7140CD is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 64 205 -
CMYK 0.45 0.69 0 0.20
HSL 260.85º 0.59% 0.53% -
HSV(B) 260.85º 0.69% 0.8% -
XYZ 19.66 11.59 58.96 -
YUV 94.73 190.23 141.04 -
System Red Green Blue C M Y K H S L
Decimal 113 64 205 0.45 0.69 0 0.20 260.85 0.59 0.53
Hex 71 40 CD 2D 45 0 14 105 3B 35
Octal 161 100 315 55 105 0 24 405 73 65
Binary 1110001 1000000 11001101 101101 1000101 0 10100 100000101 111011 110101

Color Harmonies of #7140CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7140CD

Black with #7140CD

Text Example


Text Example

White with #7140CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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