Html Css Color HEX #730BB7 Purple Heart

📋 copy color: '#730BB7'

red 115 ◦ green 11 ◦ blue 183

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

Shades of Purple Heart #730BB7

Tints of Purple Heart #730BB7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.56%

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

R = 37.22%
G = 3.56%
B = 59.22%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#730BB7 (or 0x730BB7) is known color: Purple Heart. HEX triplet: 73, 0B and B7. RGB value is (115,11,183). Sum of RGB (Red+Green+Blue) = 115+11+183=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 183 (71.88% from 255 or 59.22% from 309); Max value from RGB is 183 - color contains mainly: blue. Hex color #730BB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BB7 is #8CF448. Grayscale: #3D3D3D. Windows color (decimal): -9237577 or 11996019. OLE color: 11996019.

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

Color convert

RGB 115 11 183 -
CMYK 0.37 0.94 0 0.28
HSL 276.28º 0.89% 0.38% -
HSV(B) 276.28º 0.94% 0.72% -
XYZ 15.74 7.3 45.38 -
YUV 61.7 196.46 166.01 -
System Red Green Blue C M Y K H S L
Decimal 115 11 183 0.37 0.94 0 0.28 276.28 0.89 0.38
Hex 73 B B7 25 5E 0 1C 114 59 26
Octal 163 13 267 45 136 0 34 424 131 46
Binary 1110011 1011 10110111 100101 1011110 0 11100 100010100 1011001 100110

Color Harmonies of #730BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BB7

Black with #730BB7

Text Example


Text Example

White with #730BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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