Html Css Color HEX #730FB7 Purple Heart

📋 copy color: '#730FB7'

red 115 ◦ green 15 ◦ blue 183

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

Shades of Purple Heart #730FB7

Tints of Purple Heart #730FB7

RGB

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

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

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

R = 36.74%
G = 4.79%
B = 58.47%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#730FB7 (or 0x730FB7) is known color: Purple Heart. HEX triplet: 73, 0F and B7. RGB value is (115,15,183). Sum of RGB (Red+Green+Blue) = 115+15+183=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 183 (71.88% from 255 or 58.47% from 313); Max value from RGB is 183 - color contains mainly: blue. Hex color #730FB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FB7 is #8CF048. Grayscale: #3F3F3F. Windows color (decimal): -9236553 or 11997043. OLE color: 11997043.

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

Color convert

RGB 115 15 183 -
CMYK 0.37 0.92 0 0.28
HSL 275.71º 0.85% 0.39% -
HSV(B) 275.71º 0.92% 0.72% -
XYZ 15.79 7.41 45.4 -
YUV 64.05 195.13 164.34 -
System Red Green Blue C M Y K H S L
Decimal 115 15 183 0.37 0.92 0 0.28 275.71 0.85 0.39
Hex 73 F B7 25 5C 0 1C 114 55 27
Octal 163 17 267 45 134 0 34 424 125 47
Binary 1110011 1111 10110111 100101 1011100 0 11100 100010100 1010101 100111

Color Harmonies of #730FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FB7

Black with #730FB7

Text Example


Text Example

White with #730FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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