Html Css Color HEX #7313BB Purple Heart

📋 copy color: '#7313BB'

red 115 ◦ green 19 ◦ blue 187

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

Shades of Purple Heart #7313BB

Tints of Purple Heart #7313BB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.92%

 BLUE value IS 187 (73.44% from 255) = 58.26%

R = 35.83%
G = 5.92%
B = 58.26%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7313BB (or 0x7313BB) is known color: Purple Heart. HEX triplet: 73, 13 and BB. RGB value is (115,19,187). Sum of RGB (Red+Green+Blue) = 115+19+187=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #7313BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7313BB is #8CEC44. Grayscale: #424242. Windows color (decimal): -9235525 or 12260211. OLE color: 12260211.

HSL color Cylindrical-coordinate representation of color #7313BB: hue angle of 274.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7313BB is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 19 187 -
CMYK 0.39 0.90 0 0.27
HSL 274.29º 0.82% 0.4% -
HSV(B) 274.29º 0.9% 0.73% -
XYZ 16.27 7.7 47.64 -
YUV 66.86 195.8 162.34 -
System Red Green Blue C M Y K H S L
Decimal 115 19 187 0.39 0.90 0 0.27 274.29 0.82 0.4
Hex 73 13 BB 27 5A 0 1B 112 52 28
Octal 163 23 273 47 132 0 33 422 122 50
Binary 1110011 10011 10111011 100111 1011010 0 11011 100010010 1010010 101000

Color Harmonies of #7313BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7313BB

Black with #7313BB

Text Example


Text Example

White with #7313BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7313BB; }

 p { color: rgb(115,19,187); }

 H1.HeaderClassName
 {
   color: #7313BB;
 }
 .AnyTagClassName
 {
   color: #7313BB;
 }
</style>

background-color css

<style>
 a { background-color: #7313BB; }

 a { background-color: rgb(115,19,187); }

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

border-color css

<style>
 span { border-color: #7313BB; }

 span { border-color: rgb(115,19,187); }

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