Html Css Color HEX #730ABA Purple Heart

📋 copy color: '#730ABA'

red 115 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #730ABA

Tints of Purple Heart #730ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.22%

 BLUE value IS 186 (73.05% from 255) = 59.81%

R = 36.98%
G = 3.22%
B = 59.81%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#730ABA (or 0x730ABA) is known color: Purple Heart. HEX triplet: 73, 0A and BA. RGB value is (115,10,186). Sum of RGB (Red+Green+Blue) = 115+10+186=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #730ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ABA is #8CF545. Grayscale: #3C3C3C. Windows color (decimal): -9237830 or 12192371. OLE color: 12192371.

HSL color Cylindrical-coordinate representation of color #730ABA: hue angle of 275.8º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730ABA is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 10 186 -
CMYK 0.38 0.95 0 0.27
HSL 275.8º 0.9% 0.38% -
HSV(B) 275.8º 0.95% 0.73% -
XYZ 16.04 7.41 47.04 -
YUV 61.46 198.29 166.19 -
System Red Green Blue C M Y K H S L
Decimal 115 10 186 0.38 0.95 0 0.27 275.8 0.9 0.38
Hex 73 A BA 26 5F 0 1B 114 5A 26
Octal 163 12 272 46 137 0 33 424 132 46
Binary 1110011 1010 10111010 100110 1011111 0 11011 100010100 1011010 100110

Color Harmonies of #730ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730ABA

Black with #730ABA

Text Example


Text Example

White with #730ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,10,186); }

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

background-color css

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

 a { background-color: rgb(115,10,186); }

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

border-color css

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

 span { border-color: rgb(115,10,186); }

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