Html Css Color HEX #7018CB Purple Heart

📋 copy color: '#7018CB'

red 112 ◦ green 24 ◦ blue 203

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

Shades of Purple Heart #7018CB

Tints of Purple Heart #7018CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.88%

R = 33.04%
G = 7.08%
B = 59.88%

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

#7018CB (or 0x7018CB) is known color: Purple Heart. HEX triplet: 70, 18 and CB. RGB value is (112,24,203). Sum of RGB (Red+Green+Blue) = 112+24+203=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #7018CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7018CB is #8FE734. Grayscale: #464646. Windows color (decimal): -9430837 or 13310064. OLE color: 13310064.

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

Color convert

RGB 112 24 203 -
CMYK 0.45 0.88 0 0.20
HSL 269.5º 0.79% 0.45% -
HSV(B) 269.5º 0.88% 0.8% -
XYZ 17.79 8.41 57.19 -
YUV 70.72 202.65 157.45 -
System Red Green Blue C M Y K H S L
Decimal 112 24 203 0.45 0.88 0 0.20 269.5 0.79 0.45
Hex 70 18 CB 2D 58 0 14 10D 4F 2D
Octal 160 30 313 55 130 0 24 415 117 55
Binary 1110000 11000 11001011 101101 1011000 0 10100 100001101 1001111 101101

Color Harmonies of #7018CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7018CB

Black with #7018CB

Text Example


Text Example

White with #7018CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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