Html Css Color HEX #730AB7 Purple Heart

📋 copy color: '#730AB7'

red 115 ◦ green 10 ◦ blue 183

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

Shades of Purple Heart #730AB7

Tints of Purple Heart #730AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 59.42%

R = 37.34%
G = 3.25%
B = 59.42%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#730AB7 (or 0x730AB7) is known color: Purple Heart. HEX triplet: 73, 0A and B7. RGB value is (115,10,183). Sum of RGB (Red+Green+Blue) = 115+10+183=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 183 (71.88% from 255 or 59.42% from 308); Max value from RGB is 183 - color contains mainly: blue. Hex color #730AB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730AB7 is #8CF548. Grayscale: #3C3C3C. Windows color (decimal): -9237833 or 11995763. OLE color: 11995763.

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

Color convert

RGB 115 10 183 -
CMYK 0.37 0.95 0 0.28
HSL 276.42º 0.9% 0.38% -
HSV(B) 276.42º 0.95% 0.72% -
XYZ 15.73 7.28 45.38 -
YUV 61.12 196.79 166.43 -
System Red Green Blue C M Y K H S L
Decimal 115 10 183 0.37 0.95 0 0.28 276.42 0.9 0.38
Hex 73 A B7 25 5F 0 1C 114 5A 26
Octal 163 12 267 45 137 0 34 424 132 46
Binary 1110011 1010 10110111 100101 1011111 0 11100 100010100 1011010 100110

Color Harmonies of #730AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730AB7

Black with #730AB7

Text Example


Text Example

White with #730AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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