Html Css Color HEX #730BBF Purple Heart

📋 copy color: '#730BBF'

red 115 ◦ green 11 ◦ blue 191

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

Shades of Purple Heart #730BBF

Tints of Purple Heart #730BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.25%

R = 36.28%
G = 3.47%
B = 60.25%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#730BBF (or 0x730BBF) is known color: Purple Heart. HEX triplet: 73, 0B and BF. RGB value is (115,11,191). Sum of RGB (Red+Green+Blue) = 115+11+191=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #730BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BBF is #8CF440. Grayscale: #3E3E3E. Windows color (decimal): -9237569 or 12520307. OLE color: 12520307.

HSL color Cylindrical-coordinate representation of color #730BBF: hue angle of 274.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730BBF is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 11 191 -
CMYK 0.40 0.94 0 0.25
HSL 274.67º 0.89% 0.4% -
HSV(B) 274.67º 0.94% 0.75% -
XYZ 16.59 7.65 49.89 -
YUV 62.62 200.46 165.36 -
System Red Green Blue C M Y K H S L
Decimal 115 11 191 0.40 0.94 0 0.25 274.67 0.89 0.4
Hex 73 B BF 28 5E 0 19 113 59 28
Octal 163 13 277 50 136 0 31 423 131 50
Binary 1110011 1011 10111111 101000 1011110 0 11001 100010011 1011001 101000

Color Harmonies of #730BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BBF

Black with #730BBF

Text Example


Text Example

White with #730BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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