Html Css Color HEX #7014CF Purple Heart

📋 copy color: '#7014CF'

red 112 ◦ green 20 ◦ blue 207

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

Shades of Purple Heart #7014CF

Tints of Purple Heart #7014CF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.9%

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

R = 33.04%
G = 5.9%
B = 61.06%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7014CF (or 0x7014CF) is known color: Purple Heart. HEX triplet: 70, 14 and CF. RGB value is (112,20,207). Sum of RGB (Red+Green+Blue) = 112+20+207=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #7014CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7014CF is #8FEB30. Grayscale: #444444. Windows color (decimal): -9431857 or 13571184. OLE color: 13571184.

HSL color Cylindrical-coordinate representation of color #7014CF: hue angle of 269.52º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7014CF is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 20 207 -
CMYK 0.46 0.90 0 0.19
HSL 269.52º 0.82% 0.45% -
HSV(B) 269.52º 0.9% 0.81% -
XYZ 18.19 8.45 59.7 -
YUV 68.83 205.98 158.79 -
System Red Green Blue C M Y K H S L
Decimal 112 20 207 0.46 0.90 0 0.19 269.52 0.82 0.45
Hex 70 14 CF 2E 5A 0 13 10E 52 2D
Octal 160 24 317 56 132 0 23 416 122 55
Binary 1110000 10100 11001111 101110 1011010 0 10011 100001110 1010010 101101

Color Harmonies of #7014CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7014CF

Black with #7014CF

Text Example


Text Example

White with #7014CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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