Html Css Color HEX #7010CE Purple Heart

📋 copy color: '#7010CE'

red 112 ◦ green 16 ◦ blue 206

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

Shades of Purple Heart #7010CE

Tints of Purple Heart #7010CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.79%

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 33.53%
G = 4.79%
B = 61.68%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7010CE (or 0x7010CE) is known color: Purple Heart. HEX triplet: 70, 10 and CE. RGB value is (112,16,206). Sum of RGB (Red+Green+Blue) = 112+16+206=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #7010CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7010CE is #8FEF31. Grayscale: #414141. Windows color (decimal): -9432882 or 13504624. OLE color: 13504624.

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

Color convert

RGB 112 16 206 -
CMYK 0.46 0.92 0 0.19
HSL 270.32º 0.86% 0.44% -
HSV(B) 270.32º 0.92% 0.81% -
XYZ 18.01 8.27 59.04 -
YUV 66.36 206.8 160.55 -
System Red Green Blue C M Y K H S L
Decimal 112 16 206 0.46 0.92 0 0.19 270.32 0.86 0.44
Hex 70 10 CE 2E 5C 0 13 10E 56 2C
Octal 160 20 316 56 134 0 23 416 126 54
Binary 1110000 10000 11001110 101110 1011100 0 10011 100001110 1010110 101100

Color Harmonies of #7010CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7010CE

Black with #7010CE

Text Example


Text Example

White with #7010CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7010CE; }

 p { color: rgb(112,16,206); }

 H1.HeaderClassName
 {
   color: #7010CE;
 }
 .AnyTagClassName
 {
   color: #7010CE;
 }
</style>

background-color css

<style>
 a { background-color: #7010CE; }

 a { background-color: rgb(112,16,206); }

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

border-color css

<style>
 span { border-color: #7010CE; }

 span { border-color: rgb(112,16,206); }

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