Html Css Color HEX #7218CE Purple Heart

📋 copy color: '#7218CE'

red 114 ◦ green 24 ◦ blue 206

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

Shades of Purple Heart #7218CE

Tints of Purple Heart #7218CE

RGB

 RED value IS 114 (44.92% from 255) = 33.14%

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

 BLUE value IS 206 (80.86% from 255) = 59.88%

R = 33.14%
G = 6.98%
B = 59.88%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7218CE (or 0x7218CE) is known color: Purple Heart. HEX triplet: 72, 18 and CE. RGB value is (114,24,206). Sum of RGB (Red+Green+Blue) = 114+24+206=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #7218CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7218CE is #8DE731. Grayscale: #474747. Windows color (decimal): -9299762 or 13506674. OLE color: 13506674.

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

Color convert

RGB 114 24 206 -
CMYK 0.45 0.88 0 0.19
HSL 269.67º 0.79% 0.45% -
HSV(B) 269.67º 0.88% 0.81% -
XYZ 18.41 8.69 59.1 -
YUV 71.66 203.82 158.2 -
System Red Green Blue C M Y K H S L
Decimal 114 24 206 0.45 0.88 0 0.19 269.67 0.79 0.45
Hex 72 18 CE 2D 58 0 13 10E 4F 2D
Octal 162 30 316 55 130 0 23 416 117 55
Binary 1110010 11000 11001110 101101 1011000 0 10011 100001110 1001111 101101

Color Harmonies of #7218CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7218CE

Black with #7218CE

Text Example


Text Example

White with #7218CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7218CE; }

 p { color: rgb(114,24,206); }

 H1.HeaderClassName
 {
   color: #7218CE;
 }
 .AnyTagClassName
 {
   color: #7218CE;
 }
</style>

background-color css

<style>
 a { background-color: #7218CE; }

 a { background-color: rgb(114,24,206); }

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

border-color css

<style>
 span { border-color: #7218CE; }

 span { border-color: rgb(114,24,206); }

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