Html Css Color HEX #730DB7 Purple Heart

📋 copy color: '#730DB7'

red 115 ◦ green 13 ◦ blue 183

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

Shades of Purple Heart #730DB7

Tints of Purple Heart #730DB7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.18%

 BLUE value IS 183 (71.88% from 255) = 58.84%

R = 36.98%
G = 4.18%
B = 58.84%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#730DB7 (or 0x730DB7) is known color: Purple Heart. HEX triplet: 73, 0D and B7. RGB value is (115,13,183). Sum of RGB (Red+Green+Blue) = 115+13+183=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 183 (71.88% from 255 or 58.84% from 311); Max value from RGB is 183 - color contains mainly: blue. Hex color #730DB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DB7 is #8CF248. Grayscale: #3E3E3E. Windows color (decimal): -9237065 or 11996531. OLE color: 11996531.

HSL color Cylindrical-coordinate representation of color #730DB7: hue angle of 276º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730DB7 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 115 13 183 -
CMYK 0.37 0.93 0 0.28
HSL 276º 0.87% 0.38% -
HSV(B) 276º 0.93% 0.72% -
XYZ 15.76 7.35 45.39 -
YUV 62.88 195.79 165.18 -
System Red Green Blue C M Y K H S L
Decimal 115 13 183 0.37 0.93 0 0.28 276 0.87 0.38
Hex 73 D B7 25 5D 0 1C 114 57 26
Octal 163 15 267 45 135 0 34 424 127 46
Binary 1110011 1101 10110111 100101 1011101 0 11100 100010100 1010111 100110

Color Harmonies of #730DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730DB7

Black with #730DB7

Text Example


Text Example

White with #730DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,13,183); }

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

background-color css

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

 a { background-color: rgb(115,13,183); }

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

border-color css

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

 span { border-color: rgb(115,13,183); }

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