Html Css Color HEX #730BB3 Purple Heart

📋 copy color: '#730BB3'

red 115 ◦ green 11 ◦ blue 179

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

Shades of Purple Heart #730BB3

Tints of Purple Heart #730BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 58.69%

R = 37.7%
G = 3.61%
B = 58.69%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#730BB3 (or 0x730BB3) is known color: Purple Heart. HEX triplet: 73, 0B and B3. RGB value is (115,11,179). Sum of RGB (Red+Green+Blue) = 115+11+179=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 179 (70.31% from 255 or 58.69% from 305); Max value from RGB is 179 - color contains mainly: blue. Hex color #730BB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BB3 is #8CF44C. Grayscale: #3C3C3C. Windows color (decimal): -9237581 or 11733875. OLE color: 11733875.

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

Color convert

RGB 115 11 179 -
CMYK 0.36 0.94 0 0.30
HSL 277.14º 0.88% 0.37% -
HSV(B) 277.14º 0.94% 0.7% -
XYZ 15.33 7.14 43.22 -
YUV 61.25 194.46 166.34 -
System Red Green Blue C M Y K H S L
Decimal 115 11 179 0.36 0.94 0 0.30 277.14 0.88 0.37
Hex 73 B B3 24 5E 0 1E 115 58 25
Octal 163 13 263 44 136 0 36 425 130 45
Binary 1110011 1011 10110011 100100 1011110 0 11110 100010101 1011000 100101

Color Harmonies of #730BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BB3

Black with #730BB3

Text Example


Text Example

White with #730BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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