Html Css Color HEX #7314BE Purple Heart

📋 copy color: '#7314BE'

red 115 ◦ green 20 ◦ blue 190

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

Shades of Purple Heart #7314BE

Tints of Purple Heart #7314BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.46%

R = 35.38%
G = 6.15%
B = 58.46%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7314BE (or 0x7314BE) is known color: Purple Heart. HEX triplet: 73, 14 and BE. RGB value is (115,20,190). Sum of RGB (Red+Green+Blue) = 115+20+190=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #7314BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7314BE is #8CEB41. Grayscale: #434343. Windows color (decimal): -9235266 or 12457075. OLE color: 12457075.

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

Color convert

RGB 115 20 190 -
CMYK 0.39 0.89 0 0.25
HSL 273.53º 0.81% 0.41% -
HSV(B) 273.53º 0.89% 0.75% -
XYZ 16.61 7.86 49.36 -
YUV 67.79 196.97 161.68 -
System Red Green Blue C M Y K H S L
Decimal 115 20 190 0.39 0.89 0 0.25 273.53 0.81 0.41
Hex 73 14 BE 27 59 0 19 112 51 29
Octal 163 24 276 47 131 0 31 422 121 51
Binary 1110011 10100 10111110 100111 1011001 0 11001 100010010 1010001 101001

Color Harmonies of #7314BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7314BE

Black with #7314BE

Text Example


Text Example

White with #7314BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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