Html Css Color HEX #7018D8 Purple Heart

📋 copy color: '#7018D8'

red 112 ◦ green 24 ◦ blue 216

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

Shades of Purple Heart #7018D8

Tints of Purple Heart #7018D8

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.82%

 BLUE value IS 216 (84.77% from 255) = 61.36%

R = 31.82%
G = 6.82%
B = 61.36%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7018D8 (or 0x7018D8) is known color: Purple Heart. HEX triplet: 70, 18 and D8. RGB value is (112,24,216). Sum of RGB (Red+Green+Blue) = 112+24+216=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 216 (84.77% from 255 or 61.36% from 352); Max value from RGB is 216 - color contains mainly: blue. Hex color #7018D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7018D8 is #8FE727. Grayscale: #474747. Windows color (decimal): -9430824 or 14162032. OLE color: 14162032.

HSL color Cylindrical-coordinate representation of color #7018D8: hue angle of 267.5º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7018D8 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 24 216 -
CMYK 0.48 0.89 0 0.15
HSL 267.5º 0.8% 0.47% -
HSV(B) 267.5º 0.89% 0.85% -
XYZ 19.4 9.06 65.69 -
YUV 72.2 209.15 156.39 -
System Red Green Blue C M Y K H S L
Decimal 112 24 216 0.48 0.89 0 0.15 267.5 0.8 0.47
Hex 70 18 D8 30 59 0 F 10C 50 2F
Octal 160 30 330 60 131 0 17 414 120 57
Binary 1110000 11000 11011000 110000 1011001 0 1111 100001100 1010000 101111

Color Harmonies of #7018D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018D8

Black with #7018D8

Text Example


Text Example

White with #7018D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7018D8; }

 p { color: rgb(112,24,216); }

 H1.HeaderClassName
 {
   color: #7018D8;
 }
 .AnyTagClassName
 {
   color: #7018D8;
 }
</style>

background-color css

<style>
 a { background-color: #7018D8; }

 a { background-color: rgb(112,24,216); }

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

border-color css

<style>
 span { border-color: #7018D8; }

 span { border-color: rgb(112,24,216); }

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