Html Css Color HEX #730DBA Purple Heart

📋 copy color: '#730DBA'

red 115 ◦ green 13 ◦ blue 186

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

Shades of Purple Heart #730DBA

Tints of Purple Heart #730DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.14%

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 36.62%
G = 4.14%
B = 59.24%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#730DBA (or 0x730DBA) is known color: Purple Heart. HEX triplet: 73, 0D and BA. RGB value is (115,13,186). Sum of RGB (Red+Green+Blue) = 115+13+186=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #730DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DBA is #8CF245. Grayscale: #3E3E3E. Windows color (decimal): -9237062 or 12193139. OLE color: 12193139.

HSL color Cylindrical-coordinate representation of color #730DBA: hue angle of 275.38º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730DBA is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 13 186 -
CMYK 0.38 0.93 0 0.27
HSL 275.38º 0.87% 0.39% -
HSV(B) 275.38º 0.93% 0.73% -
XYZ 16.08 7.48 47.05 -
YUV 63.22 197.29 164.93 -
System Red Green Blue C M Y K H S L
Decimal 115 13 186 0.38 0.93 0 0.27 275.38 0.87 0.39
Hex 73 D BA 26 5D 0 1B 113 57 27
Octal 163 15 272 46 135 0 33 423 127 47
Binary 1110011 1101 10111010 100110 1011101 0 11011 100010011 1010111 100111

Color Harmonies of #730DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730DBA

Black with #730DBA

Text Example


Text Example

White with #730DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,13,186); }

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

background-color css

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

 a { background-color: rgb(115,13,186); }

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

border-color css

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

 span { border-color: rgb(115,13,186); }

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