Html Css Color HEX #7018B9 Purple Heart

📋 copy color: '#7018B9'

red 112 ◦ green 24 ◦ blue 185

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

Shades of Purple Heart #7018B9

Tints of Purple Heart #7018B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 57.63%

R = 34.89%
G = 7.48%
B = 57.63%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7018B9 (or 0x7018B9) is known color: Purple Heart. HEX triplet: 70, 18 and B9. RGB value is (112,24,185). Sum of RGB (Red+Green+Blue) = 112+24+185=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 185 (72.66% from 255 or 57.63% from 321); Max value from RGB is 185 - color contains mainly: blue. Hex color #7018B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7018B9 is #8FE746. Grayscale: #444444. Windows color (decimal): -9430855 or 12130416. OLE color: 12130416.

HSL color Cylindrical-coordinate representation of color #7018B9: hue angle of 272.8º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7018B9 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 24 185 -
CMYK 0.39 0.87 0 0.27
HSL 272.8º 0.77% 0.41% -
HSV(B) 272.8º 0.87% 0.73% -
XYZ 15.77 7.6 46.54 -
YUV 68.67 193.65 158.91 -
System Red Green Blue C M Y K H S L
Decimal 112 24 185 0.39 0.87 0 0.27 272.8 0.77 0.41
Hex 70 18 B9 27 57 0 1B 111 4D 29
Octal 160 30 271 47 127 0 33 421 115 51
Binary 1110000 11000 10111001 100111 1010111 0 11011 100010001 1001101 101001

Color Harmonies of #7018B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018B9

Black with #7018B9

Text Example


Text Example

White with #7018B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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