Html Css Color HEX #7013CD Purple Heart

📋 copy color: '#7013CD'

red 112 ◦ green 19 ◦ blue 205

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

Shades of Purple Heart #7013CD

Tints of Purple Heart #7013CD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.65%

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

R = 33.33%
G = 5.65%
B = 61.01%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7013CD (or 0x7013CD) is known color: Purple Heart. HEX triplet: 70, 13 and CD. RGB value is (112,19,205). Sum of RGB (Red+Green+Blue) = 112+19+205=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #7013CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7013CD is #8FEC32. Grayscale: #434343. Windows color (decimal): -9432115 or 13439856. OLE color: 13439856.

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

Color convert

RGB 112 19 205 -
CMYK 0.45 0.91 0 0.20
HSL 270º 0.83% 0.44% -
HSV(B) 270º 0.91% 0.8% -
XYZ 17.93 8.32 58.42 -
YUV 68.01 205.31 159.38 -
System Red Green Blue C M Y K H S L
Decimal 112 19 205 0.45 0.91 0 0.20 270 0.83 0.44
Hex 70 13 CD 2D 5B 0 14 10E 53 2C
Octal 160 23 315 55 133 0 24 416 123 54
Binary 1110000 10011 11001101 101101 1011011 0 10100 100001110 1010011 101100

Color Harmonies of #7013CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7013CD

Black with #7013CD

Text Example


Text Example

White with #7013CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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