Html Css Color HEX #730FBE Purple Heart

📋 copy color: '#730FBE'

red 115 ◦ green 15 ◦ blue 190

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

Shades of Purple Heart #730FBE

Tints of Purple Heart #730FBE

RGB

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

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

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

R = 35.94%
G = 4.69%
B = 59.38%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#730FBE (or 0x730FBE) is known color: Purple Heart. HEX triplet: 73, 0F and BE. RGB value is (115,15,190). Sum of RGB (Red+Green+Blue) = 115+15+190=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #730FBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FBE is #8CF041. Grayscale: #404040. Windows color (decimal): -9236546 or 12455795. OLE color: 12455795.

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

Color convert

RGB 115 15 190 -
CMYK 0.39 0.92 0 0.25
HSL 274.29º 0.85% 0.4% -
HSV(B) 274.29º 0.92% 0.75% -
XYZ 16.54 7.7 49.33 -
YUV 64.85 198.63 163.77 -
System Red Green Blue C M Y K H S L
Decimal 115 15 190 0.39 0.92 0 0.25 274.29 0.85 0.4
Hex 73 F BE 27 5C 0 19 112 55 28
Octal 163 17 276 47 134 0 31 422 125 50
Binary 1110011 1111 10111110 100111 1011100 0 11001 100010010 1010101 101000

Color Harmonies of #730FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FBE

Black with #730FBE

Text Example


Text Example

White with #730FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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