Html Css Color HEX #7014B2 Purple Heart

📋 copy color: '#7014B2'

red 112 ◦ green 20 ◦ blue 178

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

Shades of Purple Heart #7014B2

Tints of Purple Heart #7014B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 57.42%

R = 36.13%
G = 6.45%
B = 57.42%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7014B2 (or 0x7014B2) is known color: Purple Heart. HEX triplet: 70, 14 and B2. RGB value is (112,20,178). Sum of RGB (Red+Green+Blue) = 112+20+178=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 178 (69.92% from 255 or 57.42% from 310); Max value from RGB is 178 - color contains mainly: blue. Hex color #7014B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7014B2 is #8FEB4D. Grayscale: #404040. Windows color (decimal): -9431886 or 11670640. OLE color: 11670640.

HSL color Cylindrical-coordinate representation of color #7014B2: hue angle of 274.94º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7014B2 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 20 178 -
CMYK 0.37 0.89 0 0.30
HSL 274.94º 0.8% 0.39% -
HSV(B) 274.94º 0.89% 0.7% -
XYZ 14.97 7.16 42.71 -
YUV 65.52 191.48 161.15 -
System Red Green Blue C M Y K H S L
Decimal 112 20 178 0.37 0.89 0 0.30 274.94 0.8 0.39
Hex 70 14 B2 25 59 0 1E 113 50 27
Octal 160 24 262 45 131 0 36 423 120 47
Binary 1110000 10100 10110010 100101 1011001 0 11110 100010011 1010000 100111

Color Harmonies of #7014B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7014B2

Black with #7014B2

Text Example


Text Example

White with #7014B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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