Html Css Color HEX #7014CD Purple Heart

📋 copy color: '#7014CD'

red 112 ◦ green 20 ◦ blue 205

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

Shades of Purple Heart #7014CD

Tints of Purple Heart #7014CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 33.23%
G = 5.93%
B = 60.83%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7014CD (or 0x7014CD) is known color: Purple Heart. HEX triplet: 70, 14 and CD. RGB value is (112,20,205). Sum of RGB (Red+Green+Blue) = 112+20+205=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #7014CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7014CD is #8FEB32. Grayscale: #434343. Windows color (decimal): -9431859 or 13440112. OLE color: 13440112.

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

Color convert

RGB 112 20 205 -
CMYK 0.45 0.90 0 0.20
HSL 269.84º 0.82% 0.44% -
HSV(B) 269.84º 0.9% 0.8% -
XYZ 17.95 8.35 58.42 -
YUV 68.6 204.98 158.96 -
System Red Green Blue C M Y K H S L
Decimal 112 20 205 0.45 0.90 0 0.20 269.84 0.82 0.44
Hex 70 14 CD 2D 5A 0 14 10E 52 2C
Octal 160 24 315 55 132 0 24 416 122 54
Binary 1110000 10100 11001101 101101 1011010 0 10100 100001110 1010010 101100

Color Harmonies of #7014CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7014CD

Black with #7014CD

Text Example


Text Example

White with #7014CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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