Html Css Color HEX #730BAF Purple Heart

📋 copy color: '#730BAF'

red 115 ◦ green 11 ◦ blue 175

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

Shades of Purple Heart #730BAF

Tints of Purple Heart #730BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.14%

R = 38.21%
G = 3.65%
B = 58.14%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#730BAF (or 0x730BAF) is known color: Purple Heart. HEX triplet: 73, 0B and AF. RGB value is (115,11,175). Sum of RGB (Red+Green+Blue) = 115+11+175=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #730BAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730BAF is #8CF450. Grayscale: #3C3C3C. Windows color (decimal): -9237585 or 11471731. OLE color: 11471731.

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

Color convert

RGB 115 11 175 -
CMYK 0.34 0.94 0 0.31
HSL 278.05º 0.88% 0.36% -
HSV(B) 278.05º 0.94% 0.69% -
XYZ 14.93 6.98 41.12 -
YUV 60.79 192.46 166.66 -
System Red Green Blue C M Y K H S L
Decimal 115 11 175 0.34 0.94 0 0.31 278.05 0.88 0.36
Hex 73 B AF 22 5E 0 1F 116 58 24
Octal 163 13 257 42 136 0 37 426 130 44
Binary 1110011 1011 10101111 100010 1011110 0 11111 100010110 1011000 100100

Color Harmonies of #730BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BAF

Black with #730BAF

Text Example


Text Example

White with #730BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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