Html Css Color HEX #730FAA Purple Heart

📋 copy color: '#730FAA'

red 115 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #730FAA

Tints of Purple Heart #730FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 38.33%
G = 5%
B = 56.67%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#730FAA (or 0x730FAA) is known color: Purple Heart. HEX triplet: 73, 0F and AA. RGB value is (115,15,170). Sum of RGB (Red+Green+Blue) = 115+15+170=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #730FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730FAA is #8CF055. Grayscale: #3E3E3E. Windows color (decimal): -9236566 or 11145075. OLE color: 11145075.

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

Color convert

RGB 115 15 170 -
CMYK 0.32 0.91 0 0.33
HSL 278.71º 0.84% 0.36% -
HSV(B) 278.71º 0.91% 0.67% -
XYZ 14.5 6.89 38.6 -
YUV 62.57 188.63 165.4 -
System Red Green Blue C M Y K H S L
Decimal 115 15 170 0.32 0.91 0 0.33 278.71 0.84 0.36
Hex 73 F AA 20 5B 0 21 117 54 24
Octal 163 17 252 40 133 0 41 427 124 44
Binary 1110011 1111 10101010 100000 1011011 0 100001 100010111 1010100 100100

Color Harmonies of #730FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FAA

Black with #730FAA

Text Example


Text Example

White with #730FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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