Html Css Color HEX #7042BE Purple Heart

📋 copy color: '#7042BE'

red 112 ◦ green 66 ◦ blue 190

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

Shades of Purple Heart #7042BE

Tints of Purple Heart #7042BE

RGB

 RED value IS 112 (44.14% from 255) = 30.43%

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

 BLUE value IS 190 (74.61% from 255) = 51.63%

R = 30.43%
G = 17.93%
B = 51.63%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7042BE (or 0x7042BE) is known color: Purple Heart. HEX triplet: 70, 42 and BE. RGB value is (112,66,190). Sum of RGB (Red+Green+Blue) = 112+66+190=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #7042BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7042BE is #8FBD41. Grayscale: #5D5D5D. Windows color (decimal): -9420098 or 12468848. OLE color: 12468848.

HSL color Cylindrical-coordinate representation of color #7042BE: hue angle of 262.26º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7042BE is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 66 190 -
CMYK 0.41 0.65 0 0.25
HSL 262.26º 0.49% 0.5% -
HSV(B) 262.26º 0.65% 0.75% -
XYZ 17.92 11.06 49.91 -
YUV 93.89 182.24 140.92 -
System Red Green Blue C M Y K H S L
Decimal 112 66 190 0.41 0.65 0 0.25 262.26 0.49 0.5
Hex 70 42 BE 29 41 0 19 106 31 32
Octal 160 102 276 51 101 0 31 406 61 62
Binary 1110000 1000010 10111110 101001 1000001 0 11001 100000110 110001 110010

Color Harmonies of #7042BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7042BE

Black with #7042BE

Text Example


Text Example

White with #7042BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7042BE; }

 p { color: rgb(112,66,190); }

 H1.HeaderClassName
 {
   color: #7042BE;
 }
 .AnyTagClassName
 {
   color: #7042BE;
 }
</style>

background-color css

<style>
 a { background-color: #7042BE; }

 a { background-color: rgb(112,66,190); }

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

border-color css

<style>
 span { border-color: #7042BE; }

 span { border-color: rgb(112,66,190); }

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