Html Css Color HEX #730CAC Purple Heart

📋 copy color: '#730CAC'

red 115 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #730CAC

Tints of Purple Heart #730CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.01%

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

R = 38.46%
G = 4.01%
B = 57.53%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#730CAC (or 0x730CAC) is known color: Purple Heart. HEX triplet: 73, 0C and AC. RGB value is (115,12,172). Sum of RGB (Red+Green+Blue) = 115+12+172=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #730CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730CAC is #8CF353. Grayscale: #3C3C3C. Windows color (decimal): -9237332 or 11275379. OLE color: 11275379.

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

Color convert

RGB 115 12 172 -
CMYK 0.33 0.93 0 0.33
HSL 278.63º 0.87% 0.36% -
HSV(B) 278.63º 0.93% 0.67% -
XYZ 14.65 6.89 39.59 -
YUV 61.04 190.62 166.49 -
System Red Green Blue C M Y K H S L
Decimal 115 12 172 0.33 0.93 0 0.33 278.63 0.87 0.36
Hex 73 C AC 21 5D 0 21 117 57 24
Octal 163 14 254 41 135 0 41 427 127 44
Binary 1110011 1100 10101100 100001 1011101 0 100001 100010111 1010111 100100

Color Harmonies of #730CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730CAC

Black with #730CAC

Text Example


Text Example

White with #730CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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