Html Css Color HEX #730EBF Purple Heart

📋 copy color: '#730EBF'

red 115 ◦ green 14 ◦ blue 191

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

Shades of Purple Heart #730EBF

Tints of Purple Heart #730EBF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.38%

 BLUE value IS 191 (75% from 255) = 59.69%

R = 35.94%
G = 4.38%
B = 59.69%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#730EBF (or 0x730EBF) is known color: Purple Heart. HEX triplet: 73, 0E and BF. RGB value is (115,14,191). Sum of RGB (Red+Green+Blue) = 115+14+191=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #730EBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730EBF is #8CF140. Grayscale: #3F3F3F. Windows color (decimal): -9236801 or 12521075. OLE color: 12521075.

HSL color Cylindrical-coordinate representation of color #730EBF: hue angle of 274.24º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730EBF is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 14 191 -
CMYK 0.40 0.93 0 0.25
HSL 274.24º 0.86% 0.4% -
HSV(B) 274.24º 0.93% 0.75% -
XYZ 16.63 7.72 49.9 -
YUV 64.38 199.46 164.11 -
System Red Green Blue C M Y K H S L
Decimal 115 14 191 0.40 0.93 0 0.25 274.24 0.86 0.4
Hex 73 E BF 28 5D 0 19 112 56 28
Octal 163 16 277 50 135 0 31 422 126 50
Binary 1110011 1110 10111111 101000 1011101 0 11001 100010010 1010110 101000

Color Harmonies of #730EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730EBF

Black with #730EBF

Text Example


Text Example

White with #730EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730EBF; }

 p { color: rgb(115,14,191); }

 H1.HeaderClassName
 {
   color: #730EBF;
 }
 .AnyTagClassName
 {
   color: #730EBF;
 }
</style>

background-color css

<style>
 a { background-color: #730EBF; }

 a { background-color: rgb(115,14,191); }

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

border-color css

<style>
 span { border-color: #730EBF; }

 span { border-color: rgb(115,14,191); }

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