Html Css Color HEX #7313CE Purple Heart

📋 copy color: '#7313CE'

red 115 ◦ green 19 ◦ blue 206

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

Shades of Purple Heart #7313CE

Tints of Purple Heart #7313CE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.59%

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

R = 33.82%
G = 5.59%
B = 60.59%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7313CE (or 0x7313CE) is known color: Purple Heart. HEX triplet: 73, 13 and CE. RGB value is (115,19,206). Sum of RGB (Red+Green+Blue) = 115+19+206=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #7313CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7313CE is #8CEC31. Grayscale: #444444. Windows color (decimal): -9235506 or 13505395. OLE color: 13505395.

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

Color convert

RGB 115 19 206 -
CMYK 0.44 0.91 0 0.19
HSL 270.8º 0.83% 0.44% -
HSV(B) 270.8º 0.91% 0.81% -
XYZ 18.44 8.57 59.07 -
YUV 69.02 205.3 160.79 -
System Red Green Blue C M Y K H S L
Decimal 115 19 206 0.44 0.91 0 0.19 270.8 0.83 0.44
Hex 73 13 CE 2C 5B 0 13 10F 53 2C
Octal 163 23 316 54 133 0 23 417 123 54
Binary 1110011 10011 11001110 101100 1011011 0 10011 100001111 1010011 101100

Color Harmonies of #7313CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7313CE

Black with #7313CE

Text Example


Text Example

White with #7313CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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