Html Css Color HEX #730BAB Purple Heart

📋 copy color: '#730BAB'

red 115 ◦ green 11 ◦ blue 171

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

Shades of Purple Heart #730BAB

Tints of Purple Heart #730BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.58%

R = 38.72%
G = 3.7%
B = 57.58%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#730BAB (or 0x730BAB) is known color: Purple Heart. HEX triplet: 73, 0B and AB. RGB value is (115,11,171). Sum of RGB (Red+Green+Blue) = 115+11+171=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #730BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730BAB is #8CF454. Grayscale: #3B3B3B. Windows color (decimal): -9237589 or 11209587. OLE color: 11209587.

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

Color convert

RGB 115 11 171 -
CMYK 0.33 0.94 0 0.33
HSL 279º 0.88% 0.36% -
HSV(B) 279º 0.94% 0.67% -
XYZ 14.54 6.82 39.08 -
YUV 60.34 190.46 166.99 -
System Red Green Blue C M Y K H S L
Decimal 115 11 171 0.33 0.94 0 0.33 279 0.88 0.36
Hex 73 B AB 21 5E 0 21 117 58 24
Octal 163 13 253 41 136 0 41 427 130 44
Binary 1110011 1011 10101011 100001 1011110 0 100001 100010111 1011000 100100

Color Harmonies of #730BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BAB

Black with #730BAB

Text Example


Text Example

White with #730BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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