Html Css Color HEX #7018BC Purple Heart

📋 copy color: '#7018BC'

red 112 ◦ green 24 ◦ blue 188

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

Shades of Purple Heart #7018BC

Tints of Purple Heart #7018BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.02%

R = 34.57%
G = 7.41%
B = 58.02%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7018BC (or 0x7018BC) is known color: Purple Heart. HEX triplet: 70, 18 and BC. RGB value is (112,24,188). Sum of RGB (Red+Green+Blue) = 112+24+188=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #7018BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7018BC is #8FE743. Grayscale: #444444. Windows color (decimal): -9430852 or 12327024. OLE color: 12327024.

HSL color Cylindrical-coordinate representation of color #7018BC: hue angle of 272.2º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7018BC is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 24 188 -
CMYK 0.40 0.87 0 0.26
HSL 272.2º 0.77% 0.42% -
HSV(B) 272.2º 0.87% 0.74% -
XYZ 16.09 7.73 48.22 -
YUV 69.01 195.15 158.66 -
System Red Green Blue C M Y K H S L
Decimal 112 24 188 0.40 0.87 0 0.26 272.2 0.77 0.42
Hex 70 18 BC 28 57 0 1A 110 4D 2A
Octal 160 30 274 50 127 0 32 420 115 52
Binary 1110000 11000 10111100 101000 1010111 0 11010 100010000 1001101 101010

Color Harmonies of #7018BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018BC

Black with #7018BC

Text Example


Text Example

White with #7018BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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