Html Css Color HEX #7140CC Purple Heart

📋 copy color: '#7140CC'

red 113 ◦ green 64 ◦ blue 204

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

Shades of Purple Heart #7140CC

Tints of Purple Heart #7140CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.54%

R = 29.66%
G = 16.8%
B = 53.54%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7140CC (or 0x7140CC) is known color: Purple Heart. HEX triplet: 71, 40 and CC. RGB value is (113,64,204). Sum of RGB (Red+Green+Blue) = 113+64+204=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #7140CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7140CC is #8EBF33. Grayscale: #5E5E5E. Windows color (decimal): -9355060 or 13385841. OLE color: 13385841.

HSL color Cylindrical-coordinate representation of color #7140CC: hue angle of 261º degrees, saturation: 0.58, 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 #7140CC is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 64 204 -
CMYK 0.45 0.69 0 0.2
HSL 261º 0.58% 0.53% -
HSV(B) 261º 0.69% 0.8% -
XYZ 19.54 11.54 58.32 -
YUV 94.61 189.73 141.12 -
System Red Green Blue C M Y K H S L
Decimal 113 64 204 0.45 0.69 0 0.2 261 0.58 0.53
Hex 71 40 CC 2D 45 0 14 105 3A 35
Octal 161 100 314 55 105 0 24 405 72 65
Binary 1110001 1000000 11001100 101101 1000101 0 10100 100000101 111010 110101

Color Harmonies of #7140CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7140CC

Black with #7140CC

Text Example


Text Example

White with #7140CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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