Html Css Color HEX #730FB9 Purple Heart

📋 copy color: '#730FB9'

red 115 ◦ green 15 ◦ blue 185

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

Shades of Purple Heart #730FB9

Tints of Purple Heart #730FB9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.76%

 BLUE value IS 185 (72.66% from 255) = 58.73%

R = 36.51%
G = 4.76%
B = 58.73%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#730FB9 (or 0x730FB9) is known color: Purple Heart. HEX triplet: 73, 0F and B9. RGB value is (115,15,185). Sum of RGB (Red+Green+Blue) = 115+15+185=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 185 (72.66% from 255 or 58.73% from 315); Max value from RGB is 185 - color contains mainly: blue. Hex color #730FB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FB9 is #8CF046. Grayscale: #3F3F3F. Windows color (decimal): -9236551 or 12128115. OLE color: 12128115.

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

Color convert

RGB 115 15 185 -
CMYK 0.38 0.92 0 0.27
HSL 275.29º 0.85% 0.39% -
HSV(B) 275.29º 0.92% 0.73% -
XYZ 16 7.49 46.5 -
YUV 64.28 196.13 164.18 -
System Red Green Blue C M Y K H S L
Decimal 115 15 185 0.38 0.92 0 0.27 275.29 0.85 0.39
Hex 73 F B9 26 5C 0 1B 113 55 27
Octal 163 17 271 46 134 0 33 423 125 47
Binary 1110011 1111 10111001 100110 1011100 0 11011 100010011 1010101 100111

Color Harmonies of #730FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FB9

Black with #730FB9

Text Example


Text Example

White with #730FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,15,185); }

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

background-color css

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

 a { background-color: rgb(115,15,185); }

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

border-color css

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

 span { border-color: rgb(115,15,185); }

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