Html Css Color HEX #730DBE Purple Heart

📋 copy color: '#730DBE'

red 115 ◦ green 13 ◦ blue 190

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

Shades of Purple Heart #730DBE

Tints of Purple Heart #730DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.75%

R = 36.16%
G = 4.09%
B = 59.75%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#730DBE (or 0x730DBE) is known color: Purple Heart. HEX triplet: 73, 0D and BE. RGB value is (115,13,190). Sum of RGB (Red+Green+Blue) = 115+13+190=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #730DBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DBE is #8CF241. Grayscale: #3F3F3F. Windows color (decimal): -9237058 or 12455283. OLE color: 12455283.

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

Color convert

RGB 115 13 190 -
CMYK 0.39 0.93 0 0.25
HSL 274.58º 0.87% 0.4% -
HSV(B) 274.58º 0.93% 0.75% -
XYZ 16.51 7.65 49.32 -
YUV 63.68 199.29 164.61 -
System Red Green Blue C M Y K H S L
Decimal 115 13 190 0.39 0.93 0 0.25 274.58 0.87 0.4
Hex 73 D BE 27 5D 0 19 113 57 28
Octal 163 15 276 47 135 0 31 423 127 50
Binary 1110011 1101 10111110 100111 1011101 0 11001 100010011 1010111 101000

Color Harmonies of #730DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730DBE

Black with #730DBE

Text Example


Text Example

White with #730DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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