Html Css Color HEX #730FBF Purple Heart

📋 copy color: '#730FBF'

red 115 ◦ green 15 ◦ blue 191

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

Shades of Purple Heart #730FBF

Tints of Purple Heart #730FBF

RGB

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

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

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

R = 35.83%
G = 4.67%
B = 59.5%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#730FBF (or 0x730FBF) is known color: Purple Heart. HEX triplet: 73, 0F and BF. RGB value is (115,15,191). Sum of RGB (Red+Green+Blue) = 115+15+191=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #730FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FBF is #8CF040. Grayscale: #404040. Windows color (decimal): -9236545 or 12521331. OLE color: 12521331.

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

Color convert

RGB 115 15 191 -
CMYK 0.40 0.92 0 0.25
HSL 274.09º 0.85% 0.4% -
HSV(B) 274.09º 0.92% 0.75% -
XYZ 16.65 7.75 49.91 -
YUV 64.96 199.13 163.69 -
System Red Green Blue C M Y K H S L
Decimal 115 15 191 0.40 0.92 0 0.25 274.09 0.85 0.4
Hex 73 F BF 28 5C 0 19 112 55 28
Octal 163 17 277 50 134 0 31 422 125 50
Binary 1110011 1111 10111111 101000 1011100 0 11001 100010010 1010101 101000

Color Harmonies of #730FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FBF

Black with #730FBF

Text Example


Text Example

White with #730FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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