Html Css Color HEX #730EAF Purple Heart

📋 copy color: '#730EAF'

red 115 ◦ green 14 ◦ blue 175

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

Shades of Purple Heart #730EAF

Tints of Purple Heart #730EAF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.61%

 BLUE value IS 175 (68.75% from 255) = 57.57%

R = 37.83%
G = 4.61%
B = 57.57%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#730EAF (or 0x730EAF) is known color: Purple Heart. HEX triplet: 73, 0E and AF. RGB value is (115,14,175). Sum of RGB (Red+Green+Blue) = 115+14+175=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #730EAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730EAF is #8CF150. Grayscale: #3E3E3E. Windows color (decimal): -9236817 or 11472499. OLE color: 11472499.

HSL color Cylindrical-coordinate representation of color #730EAF: hue angle of 277.64º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730EAF is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 14 175 -
CMYK 0.34 0.92 0 0.31
HSL 277.64º 0.85% 0.37% -
HSV(B) 277.64º 0.92% 0.69% -
XYZ 14.97 7.05 41.13 -
YUV 62.55 191.46 165.41 -
System Red Green Blue C M Y K H S L
Decimal 115 14 175 0.34 0.92 0 0.31 277.64 0.85 0.37
Hex 73 E AF 22 5C 0 1F 116 55 25
Octal 163 16 257 42 134 0 37 426 125 45
Binary 1110011 1110 10101111 100010 1011100 0 11111 100010110 1010101 100101

Color Harmonies of #730EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730EAF

Black with #730EAF

Text Example


Text Example

White with #730EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,14,175); }

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

background-color css

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

 a { background-color: rgb(115,14,175); }

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

border-color css

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

 span { border-color: rgb(115,14,175); }

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