Html Css Color HEX #7142CF Purple Heart

📋 copy color: '#7142CF'

red 113 ◦ green 66 ◦ blue 207

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

Shades of Purple Heart #7142CF

Tints of Purple Heart #7142CF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.1%

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 29.27%
G = 17.1%
B = 53.63%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7142CF (or 0x7142CF) is known color: Purple Heart. HEX triplet: 71, 42 and CF. RGB value is (113,66,207). Sum of RGB (Red+Green+Blue) = 113+66+207=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #7142CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7142CF is #8EBD30. Grayscale: #5F5F5F. Windows color (decimal): -9354545 or 13582961. OLE color: 13582961.

HSL color Cylindrical-coordinate representation of color #7142CF: hue angle of 260º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7142CF is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 66 207 -
CMYK 0.45 0.68 0 0.19
HSL 260º 0.59% 0.54% -
HSV(B) 260º 0.68% 0.81% -
XYZ 20.02 11.91 60.28 -
YUV 96.13 190.57 140.04 -
System Red Green Blue C M Y K H S L
Decimal 113 66 207 0.45 0.68 0 0.19 260 0.59 0.54
Hex 71 42 CF 2D 44 0 13 104 3B 36
Octal 161 102 317 55 104 0 23 404 73 66
Binary 1110001 1000010 11001111 101101 1000100 0 10011 100000100 111011 110110

Color Harmonies of #7142CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7142CF

Black with #7142CF

Text Example


Text Example

White with #7142CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7142CF; }

 p { color: rgb(113,66,207); }

 H1.HeaderClassName
 {
   color: #7142CF;
 }
 .AnyTagClassName
 {
   color: #7142CF;
 }
</style>

background-color css

<style>
 a { background-color: #7142CF; }

 a { background-color: rgb(113,66,207); }

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

border-color css

<style>
 span { border-color: #7142CF; }

 span { border-color: rgb(113,66,207); }

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