Html Css Color HEX #7316CE Purple Heart

📋 copy color: '#7316CE'

red 115 ◦ green 22 ◦ blue 206

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

Shades of Purple Heart #7316CE

Tints of Purple Heart #7316CE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.41%

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

R = 33.53%
G = 6.41%
B = 60.06%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7316CE (or 0x7316CE) is known color: Purple Heart. HEX triplet: 73, 16 and CE. RGB value is (115,22,206). Sum of RGB (Red+Green+Blue) = 115+22+206=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #7316CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7316CE is #8CE931. Grayscale: #464646. Windows color (decimal): -9234738 or 13506163. OLE color: 13506163.

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

Color convert

RGB 115 22 206 -
CMYK 0.44 0.89 0 0.19
HSL 270.33º 0.81% 0.45% -
HSV(B) 270.33º 0.89% 0.81% -
XYZ 18.5 8.67 59.09 -
YUV 70.78 204.31 159.54 -
System Red Green Blue C M Y K H S L
Decimal 115 22 206 0.44 0.89 0 0.19 270.33 0.81 0.45
Hex 73 16 CE 2C 59 0 13 10E 51 2D
Octal 163 26 316 54 131 0 23 416 121 55
Binary 1110011 10110 11001110 101100 1011001 0 10011 100001110 1010001 101101

Color Harmonies of #7316CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7316CE

Black with #7316CE

Text Example


Text Example

White with #7316CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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