Html Css Color HEX #730EB2 Purple Heart

📋 copy color: '#730EB2'

red 115 ◦ green 14 ◦ blue 178

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

Shades of Purple Heart #730EB2

Tints of Purple Heart #730EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 57.98%

R = 37.46%
G = 4.56%
B = 57.98%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#730EB2 (or 0x730EB2) is known color: Purple Heart. HEX triplet: 73, 0E and B2. RGB value is (115,14,178). Sum of RGB (Red+Green+Blue) = 115+14+178=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 178 (69.92% from 255 or 57.98% from 307); Max value from RGB is 178 - color contains mainly: blue. Hex color #730EB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730EB2 is #8CF14D. Grayscale: #3E3E3E. Windows color (decimal): -9236814 or 11669107. OLE color: 11669107.

HSL color Cylindrical-coordinate representation of color #730EB2: hue angle of 276.95º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730EB2 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 14 178 -
CMYK 0.35 0.92 0 0.30
HSL 276.95º 0.85% 0.38% -
HSV(B) 276.95º 0.92% 0.7% -
XYZ 15.26 7.17 42.7 -
YUV 62.9 192.96 165.16 -
System Red Green Blue C M Y K H S L
Decimal 115 14 178 0.35 0.92 0 0.30 276.95 0.85 0.38
Hex 73 E B2 23 5C 0 1E 115 55 26
Octal 163 16 262 43 134 0 36 425 125 46
Binary 1110011 1110 10110010 100011 1011100 0 11110 100010101 1010101 100110

Color Harmonies of #730EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730EB2

Black with #730EB2

Text Example


Text Example

White with #730EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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