Html Css Color HEX #7228CE Purple Heart

📋 copy color: '#7228CE'

red 114 ◦ green 40 ◦ blue 206

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

Shades of Purple Heart #7228CE

Tints of Purple Heart #7228CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.11%

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

R = 31.67%
G = 11.11%
B = 57.22%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7228CE (or 0x7228CE) is known color: Purple Heart. HEX triplet: 72, 28 and CE. RGB value is (114,40,206). Sum of RGB (Red+Green+Blue) = 114+40+206=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #7228CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7228CE is #8DD731. Grayscale: #505050. Windows color (decimal): -9295666 or 13510770. OLE color: 13510770.

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

Color convert

RGB 114 40 206 -
CMYK 0.45 0.81 0 0.19
HSL 266.75º 0.67% 0.48% -
HSV(B) 266.75º 0.81% 0.81% -
XYZ 18.84 9.55 59.24 -
YUV 81.05 198.52 151.5 -
System Red Green Blue C M Y K H S L
Decimal 114 40 206 0.45 0.81 0 0.19 266.75 0.67 0.48
Hex 72 28 CE 2D 51 0 13 10B 43 30
Octal 162 50 316 55 121 0 23 413 103 60
Binary 1110010 101000 11001110 101101 1010001 0 10011 100001011 1000011 110000

Color Harmonies of #7228CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7228CE

Black with #7228CE

Text Example


Text Example

White with #7228CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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