Html Css Color HEX #730CAE Purple Heart

📋 copy color: '#730CAE'

red 115 ◦ green 12 ◦ blue 174

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

Shades of Purple Heart #730CAE

Tints of Purple Heart #730CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.81%

R = 38.21%
G = 3.99%
B = 57.81%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#730CAE (or 0x730CAE) is known color: Purple Heart. HEX triplet: 73, 0C and AE. RGB value is (115,12,174). Sum of RGB (Red+Green+Blue) = 115+12+174=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #730CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730CAE is #8CF351. Grayscale: #3C3C3C. Windows color (decimal): -9237330 or 11406451. OLE color: 11406451.

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

Color convert

RGB 115 12 174 -
CMYK 0.34 0.93 0 0.32
HSL 278.15º 0.87% 0.36% -
HSV(B) 278.15º 0.93% 0.68% -
XYZ 14.84 6.96 40.61 -
YUV 61.27 191.62 166.33 -
System Red Green Blue C M Y K H S L
Decimal 115 12 174 0.34 0.93 0 0.32 278.15 0.87 0.36
Hex 73 C AE 22 5D 0 20 116 57 24
Octal 163 14 256 42 135 0 40 426 127 44
Binary 1110011 1100 10101110 100010 1011101 0 100000 100010110 1010111 100100

Color Harmonies of #730CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730CAE

Black with #730CAE

Text Example


Text Example

White with #730CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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