Html Css Color HEX #730FAC Purple Heart

📋 copy color: '#730FAC'

red 115 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #730FAC

Tints of Purple Heart #730FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.95%

R = 38.08%
G = 4.97%
B = 56.95%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#730FAC (or 0x730FAC) is known color: Purple Heart. HEX triplet: 73, 0F and AC. RGB value is (115,15,172). Sum of RGB (Red+Green+Blue) = 115+15+172=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #730FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730FAC is #8CF053. Grayscale: #3E3E3E. Windows color (decimal): -9236564 or 11276147. OLE color: 11276147.

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

Color convert

RGB 115 15 172 -
CMYK 0.33 0.91 0 0.33
HSL 278.22º 0.84% 0.37% -
HSV(B) 278.22º 0.91% 0.67% -
XYZ 14.69 6.97 39.6 -
YUV 62.8 189.63 165.23 -
System Red Green Blue C M Y K H S L
Decimal 115 15 172 0.33 0.91 0 0.33 278.22 0.84 0.37
Hex 73 F AC 21 5B 0 21 116 54 25
Octal 163 17 254 41 133 0 41 426 124 45
Binary 1110011 1111 10101100 100001 1011011 0 100001 100010110 1010100 100101

Color Harmonies of #730FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FAC

Black with #730FAC

Text Example


Text Example

White with #730FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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