Html Css Color HEX #7018CD Purple Heart

📋 copy color: '#7018CD'

red 112 ◦ green 24 ◦ blue 205

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

Shades of Purple Heart #7018CD

Tints of Purple Heart #7018CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.12%

R = 32.84%
G = 7.04%
B = 60.12%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7018CD (or 0x7018CD) is known color: Purple Heart. HEX triplet: 70, 18 and CD. RGB value is (112,24,205). Sum of RGB (Red+Green+Blue) = 112+24+205=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #7018CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7018CD is #8FE732. Grayscale: #464646. Windows color (decimal): -9430835 or 13441136. OLE color: 13441136.

HSL color Cylindrical-coordinate representation of color #7018CD: hue angle of 269.17º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7018CD is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 24 205 -
CMYK 0.45 0.88 0 0.20
HSL 269.17º 0.79% 0.45% -
HSV(B) 269.17º 0.88% 0.8% -
XYZ 18.03 8.51 58.45 -
YUV 70.95 203.65 157.28 -
System Red Green Blue C M Y K H S L
Decimal 112 24 205 0.45 0.88 0 0.20 269.17 0.79 0.45
Hex 70 18 CD 2D 58 0 14 10D 4F 2D
Octal 160 30 315 55 130 0 24 415 117 55
Binary 1110000 11000 11001101 101101 1011000 0 10100 100001101 1001111 101101

Color Harmonies of #7018CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018CD

Black with #7018CD

Text Example


Text Example

White with #7018CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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