Html Css Color HEX #7314BD Purple Heart

📋 copy color: '#7314BD'

red 115 ◦ green 20 ◦ blue 189

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

Shades of Purple Heart #7314BD

Tints of Purple Heart #7314BD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.17%

 BLUE value IS 189 (74.22% from 255) = 58.33%

R = 35.49%
G = 6.17%
B = 58.33%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7314BD (or 0x7314BD) is known color: Purple Heart. HEX triplet: 73, 14 and BD. RGB value is (115,20,189). Sum of RGB (Red+Green+Blue) = 115+20+189=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #7314BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7314BD is #8CEB42. Grayscale: #434343. Windows color (decimal): -9235267 or 12391539. OLE color: 12391539.

HSL color Cylindrical-coordinate representation of color #7314BD: hue angle of 273.73º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7314BD is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 20 189 -
CMYK 0.39 0.89 0 0.26
HSL 273.73º 0.81% 0.41% -
HSV(B) 273.73º 0.89% 0.74% -
XYZ 16.51 7.82 48.78 -
YUV 67.67 196.47 161.76 -
System Red Green Blue C M Y K H S L
Decimal 115 20 189 0.39 0.89 0 0.26 273.73 0.81 0.41
Hex 73 14 BD 27 59 0 1A 112 51 29
Octal 163 24 275 47 131 0 32 422 121 51
Binary 1110011 10100 10111101 100111 1011001 0 11010 100010010 1010001 101001

Color Harmonies of #7314BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7314BD

Black with #7314BD

Text Example


Text Example

White with #7314BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7314BD; }

 p { color: rgb(115,20,189); }

 H1.HeaderClassName
 {
   color: #7314BD;
 }
 .AnyTagClassName
 {
   color: #7314BD;
 }
</style>

background-color css

<style>
 a { background-color: #7314BD; }

 a { background-color: rgb(115,20,189); }

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

border-color css

<style>
 span { border-color: #7314BD; }

 span { border-color: rgb(115,20,189); }

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