Html Css Color HEX #7042CF Purple Heart

📋 copy color: '#7042CF'

red 112 ◦ green 66 ◦ blue 207

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

Shades of Purple Heart #7042CF

Tints of Purple Heart #7042CF

RGB

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

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

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

R = 29.09%
G = 17.14%
B = 53.77%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7042CF (or 0x7042CF) is known color: Purple Heart. HEX triplet: 70, 42 and CF. RGB value is (112,66,207). Sum of RGB (Red+Green+Blue) = 112+66+207=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #7042CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7042CF is #8FBD30. Grayscale: #5F5F5F. Windows color (decimal): -9420081 or 13582960. OLE color: 13582960.

HSL color Cylindrical-coordinate representation of color #7042CF: hue angle of 259.57º 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 #7042CF is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 66 207 -
CMYK 0.46 0.68 0 0.19
HSL 259.57º 0.59% 0.54% -
HSV(B) 259.57º 0.68% 0.81% -
XYZ 19.89 11.85 60.27 -
YUV 95.83 190.74 139.54 -
System Red Green Blue C M Y K H S L
Decimal 112 66 207 0.46 0.68 0 0.19 259.57 0.59 0.54
Hex 70 42 CF 2E 44 0 13 104 3B 36
Octal 160 102 317 56 104 0 23 404 73 66
Binary 1110000 1000010 11001111 101110 1000100 0 10011 100000100 111011 110110

Color Harmonies of #7042CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7042CF

Black with #7042CF

Text Example


Text Example

White with #7042CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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