Html Css Color HEX #7013CF Purple Heart

📋 copy color: '#7013CF'

red 112 ◦ green 19 ◦ blue 207

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

Shades of Purple Heart #7013CF

Tints of Purple Heart #7013CF

RGB

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

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

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

R = 33.14%
G = 5.62%
B = 61.24%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7013CF (or 0x7013CF) is known color: Purple Heart. HEX triplet: 70, 13 and CF. RGB value is (112,19,207). Sum of RGB (Red+Green+Blue) = 112+19+207=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #7013CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7013CF is #8FEC30. Grayscale: #434343. Windows color (decimal): -9432113 or 13570928. OLE color: 13570928.

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

Color convert

RGB 112 19 207 -
CMYK 0.46 0.91 0 0.19
HSL 269.68º 0.83% 0.44% -
HSV(B) 269.68º 0.91% 0.81% -
XYZ 18.18 8.42 59.7 -
YUV 68.24 206.31 159.21 -
System Red Green Blue C M Y K H S L
Decimal 112 19 207 0.46 0.91 0 0.19 269.68 0.83 0.44
Hex 70 13 CF 2E 5B 0 13 10E 53 2C
Octal 160 23 317 56 133 0 23 416 123 54
Binary 1110000 10011 11001111 101110 1011011 0 10011 100001110 1010011 101100

Color Harmonies of #7013CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7013CF

Black with #7013CF

Text Example


Text Example

White with #7013CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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