Html Css Color HEX #730EBA Purple Heart

📋 copy color: '#730EBA'

red 115 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #730EBA

Tints of Purple Heart #730EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.44%

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

R = 36.51%
G = 4.44%
B = 59.05%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#730EBA (or 0x730EBA) is known color: Purple Heart. HEX triplet: 73, 0E and BA. RGB value is (115,14,186). Sum of RGB (Red+Green+Blue) = 115+14+186=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #730EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730EBA is #8CF145. Grayscale: #3F3F3F. Windows color (decimal): -9236806 or 12193395. OLE color: 12193395.

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

Color convert

RGB 115 14 186 -
CMYK 0.38 0.92 0 0.27
HSL 275.23º 0.86% 0.39% -
HSV(B) 275.23º 0.92% 0.73% -
XYZ 16.09 7.5 47.05 -
YUV 63.81 196.96 164.51 -
System Red Green Blue C M Y K H S L
Decimal 115 14 186 0.38 0.92 0 0.27 275.23 0.86 0.39
Hex 73 E BA 26 5C 0 1B 113 56 27
Octal 163 16 272 46 134 0 33 423 126 47
Binary 1110011 1110 10111010 100110 1011100 0 11011 100010011 1010110 100111

Color Harmonies of #730EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730EBA

Black with #730EBA

Text Example


Text Example

White with #730EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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