Html Css Color HEX #730FD1 Purple Heart

📋 copy color: '#730FD1'

red 115 ◦ green 15 ◦ blue 209

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

Shades of Purple Heart #730FD1

Tints of Purple Heart #730FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 61.65%

R = 33.92%
G = 4.42%
B = 61.65%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#730FD1 (or 0x730FD1) is known color: Purple Heart. HEX triplet: 73, 0F and D1. RGB value is (115,15,209). Sum of RGB (Red+Green+Blue) = 115+15+209=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 209 (82.03% from 255 or 61.65% from 339); Max value from RGB is 209 - color contains mainly: blue. Hex color #730FD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FD1 is #8CF02E. Grayscale: #424242. Windows color (decimal): -9236527 or 13700979. OLE color: 13700979.

HSL color Cylindrical-coordinate representation of color #730FD1: hue angle of 270.93º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730FD1 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 15 209 -
CMYK 0.45 0.93 0 0.18
HSL 270.93º 0.87% 0.44% -
HSV(B) 270.93º 0.93% 0.82% -
XYZ 18.75 8.59 60.99 -
YUV 67.02 208.13 162.23 -
System Red Green Blue C M Y K H S L
Decimal 115 15 209 0.45 0.93 0 0.18 270.93 0.87 0.44
Hex 73 F D1 2D 5D 0 12 10F 57 2C
Octal 163 17 321 55 135 0 22 417 127 54
Binary 1110011 1111 11010001 101101 1011101 0 10010 100001111 1010111 101100

Color Harmonies of #730FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FD1

Black with #730FD1

Text Example


Text Example

White with #730FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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