Html Css Color HEX #7018CC Purple Heart

📋 copy color: '#7018CC'

red 112 ◦ green 24 ◦ blue 204

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

Shades of Purple Heart #7018CC

Tints of Purple Heart #7018CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60%

R = 32.94%
G = 7.06%
B = 60%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7018CC (or 0x7018CC) is known color: Purple Heart. HEX triplet: 70, 18 and CC. RGB value is (112,24,204). Sum of RGB (Red+Green+Blue) = 112+24+204=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #7018CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7018CC is #8FE733. Grayscale: #464646. Windows color (decimal): -9430836 or 13375600. OLE color: 13375600.

HSL color Cylindrical-coordinate representation of color #7018CC: hue angle of 269.33º 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 #7018CC is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 24 204 -
CMYK 0.45 0.88 0 0.2
HSL 269.33º 0.79% 0.45% -
HSV(B) 269.33º 0.88% 0.8% -
XYZ 17.91 8.46 57.82 -
YUV 70.83 203.15 157.36 -
System Red Green Blue C M Y K H S L
Decimal 112 24 204 0.45 0.88 0 0.2 269.33 0.79 0.45
Hex 70 18 CC 2D 58 0 14 10D 4F 2D
Octal 160 30 314 55 130 0 24 415 117 55
Binary 1110000 11000 11001100 101101 1011000 0 10100 100001101 1001111 101101

Color Harmonies of #7018CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018CC

Black with #7018CC

Text Example


Text Example

White with #7018CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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