Html Css Color HEX #7319CE Purple Heart

📋 copy color: '#7319CE'

red 115 ◦ green 25 ◦ blue 206

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

Shades of Purple Heart #7319CE

Tints of Purple Heart #7319CE

RGB

 RED value IS 115 (45.31% from 255) = 33.24%

 GREEN value IS 25 (10.16% from 255) = 7.23%

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

R = 33.24%
G = 7.23%
B = 59.54%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7319CE (or 0x7319CE) is known color: Purple Heart. HEX triplet: 73, 19 and CE. RGB value is (115,25,206). Sum of RGB (Red+Green+Blue) = 115+25+206=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #7319CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7319CE is #8CE631. Grayscale: #474747. Windows color (decimal): -9233970 or 13506931. OLE color: 13506931.

HSL color Cylindrical-coordinate representation of color #7319CE: hue angle of 269.83º degrees, saturation: 0.78, 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 #7319CE is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 25 206 -
CMYK 0.44 0.88 0 0.19
HSL 269.83º 0.78% 0.45% -
HSV(B) 269.83º 0.88% 0.81% -
XYZ 18.56 8.8 59.11 -
YUV 72.54 203.32 158.28 -
System Red Green Blue C M Y K H S L
Decimal 115 25 206 0.44 0.88 0 0.19 269.83 0.78 0.45
Hex 73 19 CE 2C 58 0 13 10E 4E 2D
Octal 163 31 316 54 130 0 23 416 116 55
Binary 1110011 11001 11001110 101100 1011000 0 10011 100001110 1001110 101101

Color Harmonies of #7319CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7319CE

Black with #7319CE

Text Example


Text Example

White with #7319CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,25,206); }

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

background-color css

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

 a { background-color: rgb(115,25,206); }

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

border-color css

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

 span { border-color: rgb(115,25,206); }

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