Html Css Color HEX #730FBB Purple Heart

📋 copy color: '#730FBB'

red 115 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #730FBB

Tints of Purple Heart #730FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.99%

R = 36.28%
G = 4.73%
B = 58.99%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#730FBB (or 0x730FBB) is known color: Purple Heart. HEX triplet: 73, 0F and BB. RGB value is (115,15,187). Sum of RGB (Red+Green+Blue) = 115+15+187=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #730FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FBB is #8CF044. Grayscale: #3F3F3F. Windows color (decimal): -9236549 or 12259187. OLE color: 12259187.

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

Color convert

RGB 115 15 187 -
CMYK 0.39 0.92 0 0.27
HSL 274.88º 0.85% 0.4% -
HSV(B) 274.88º 0.92% 0.73% -
XYZ 16.21 7.57 47.62 -
YUV 64.51 197.13 164.01 -
System Red Green Blue C M Y K H S L
Decimal 115 15 187 0.39 0.92 0 0.27 274.88 0.85 0.4
Hex 73 F BB 27 5C 0 1B 113 55 28
Octal 163 17 273 47 134 0 33 423 125 50
Binary 1110011 1111 10111011 100111 1011100 0 11011 100010011 1010101 101000

Color Harmonies of #730FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FBB

Black with #730FBB

Text Example


Text Example

White with #730FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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