Html Css Color HEX #730BAD Purple Heart

📋 copy color: '#730BAD'

red 115 ◦ green 11 ◦ blue 173

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

Shades of Purple Heart #730BAD

Tints of Purple Heart #730BAD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.68%

 BLUE value IS 173 (67.97% from 255) = 57.86%

R = 38.46%
G = 3.68%
B = 57.86%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#730BAD (or 0x730BAD) is known color: Purple Heart. HEX triplet: 73, 0B and AD. RGB value is (115,11,173). Sum of RGB (Red+Green+Blue) = 115+11+173=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #730BAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730BAD is #8CF452. Grayscale: #3C3C3C. Windows color (decimal): -9237587 or 11340659. OLE color: 11340659.

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

Color convert

RGB 115 11 173 -
CMYK 0.34 0.94 0 0.32
HSL 278.52º 0.88% 0.36% -
HSV(B) 278.52º 0.94% 0.68% -
XYZ 14.73 6.9 40.09 -
YUV 60.56 191.46 166.83 -
System Red Green Blue C M Y K H S L
Decimal 115 11 173 0.34 0.94 0 0.32 278.52 0.88 0.36
Hex 73 B AD 22 5E 0 20 117 58 24
Octal 163 13 255 42 136 0 40 427 130 44
Binary 1110011 1011 10101101 100010 1011110 0 100000 100010111 1011000 100100

Color Harmonies of #730BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BAD

Black with #730BAD

Text Example


Text Example

White with #730BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,11,173); }

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

background-color css

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

 a { background-color: rgb(115,11,173); }

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

border-color css

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

 span { border-color: rgb(115,11,173); }

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