Html Css Color HEX #730FAB Purple Heart

📋 copy color: '#730FAB'

red 115 ◦ green 15 ◦ blue 171

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

Shades of Purple Heart #730FAB

Tints of Purple Heart #730FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.98%

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

R = 38.21%
G = 4.98%
B = 56.81%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#730FAB (or 0x730FAB) is known color: Purple Heart. HEX triplet: 73, 0F and AB. RGB value is (115,15,171). Sum of RGB (Red+Green+Blue) = 115+15+171=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #730FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730FAB is #8CF054. Grayscale: #3E3E3E. Windows color (decimal): -9236565 or 11210611. OLE color: 11210611.

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

Color convert

RGB 115 15 171 -
CMYK 0.33 0.91 0 0.33
HSL 278.46º 0.84% 0.36% -
HSV(B) 278.46º 0.91% 0.67% -
XYZ 14.59 6.93 39.1 -
YUV 62.68 189.13 165.32 -
System Red Green Blue C M Y K H S L
Decimal 115 15 171 0.33 0.91 0 0.33 278.46 0.84 0.36
Hex 73 F AB 21 5B 0 21 116 54 24
Octal 163 17 253 41 133 0 41 426 124 44
Binary 1110011 1111 10101011 100001 1011011 0 100001 100010110 1010100 100100

Color Harmonies of #730FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FAB

Black with #730FAB

Text Example


Text Example

White with #730FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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