Html Css Color HEX #730CAF Purple Heart

📋 copy color: '#730CAF'

red 115 ◦ green 12 ◦ blue 175

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

Shades of Purple Heart #730CAF

Tints of Purple Heart #730CAF

RGB

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

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

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

R = 38.08%
G = 3.97%
B = 57.95%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#730CAF (or 0x730CAF) is known color: Purple Heart. HEX triplet: 73, 0C and AF. RGB value is (115,12,175). Sum of RGB (Red+Green+Blue) = 115+12+175=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #730CAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730CAF is #8CF350. Grayscale: #3C3C3C. Windows color (decimal): -9237329 or 11471987. OLE color: 11471987.

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

Color convert

RGB 115 12 175 -
CMYK 0.34 0.93 0 0.31
HSL 277.91º 0.87% 0.37% -
HSV(B) 277.91º 0.93% 0.69% -
XYZ 14.94 7 41.12 -
YUV 61.38 192.12 166.25 -
System Red Green Blue C M Y K H S L
Decimal 115 12 175 0.34 0.93 0 0.31 277.91 0.87 0.37
Hex 73 C AF 22 5D 0 1F 116 57 25
Octal 163 14 257 42 135 0 37 426 127 45
Binary 1110011 1100 10101111 100010 1011101 0 11111 100010110 1010111 100101

Color Harmonies of #730CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730CAF

Black with #730CAF

Text Example


Text Example

White with #730CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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