Html Css Color HEX #730FAD Purple Heart

📋 copy color: '#730FAD'

red 115 ◦ green 15 ◦ blue 173

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

Shades of Purple Heart #730FAD

Tints of Purple Heart #730FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.1%

R = 37.95%
G = 4.95%
B = 57.1%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#730FAD (or 0x730FAD) is known color: Purple Heart. HEX triplet: 73, 0F and AD. RGB value is (115,15,173). Sum of RGB (Red+Green+Blue) = 115+15+173=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #730FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730FAD is #8CF052. Grayscale: #3E3E3E. Windows color (decimal): -9236563 or 11341683. OLE color: 11341683.

HSL color Cylindrical-coordinate representation of color #730FAD: hue angle of 277.97º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730FAD is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 15 173 -
CMYK 0.34 0.91 0 0.32
HSL 277.97º 0.84% 0.37% -
HSV(B) 277.97º 0.91% 0.68% -
XYZ 14.78 7 40.11 -
YUV 62.91 190.13 165.15 -
System Red Green Blue C M Y K H S L
Decimal 115 15 173 0.34 0.91 0 0.32 277.97 0.84 0.37
Hex 73 F AD 22 5B 0 20 116 54 25
Octal 163 17 255 42 133 0 40 426 124 45
Binary 1110011 1111 10101101 100010 1011011 0 100000 100010110 1010100 100101

Color Harmonies of #730FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FAD

Black with #730FAD

Text Example


Text Example

White with #730FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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