Html Css Color HEX #7316BB Purple Heart

📋 copy color: '#7316BB'

red 115 ◦ green 22 ◦ blue 187

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

Shades of Purple Heart #7316BB

Tints of Purple Heart #7316BB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.79%

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

R = 35.49%
G = 6.79%
B = 57.72%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7316BB (or 0x7316BB) is known color: Purple Heart. HEX triplet: 73, 16 and BB. RGB value is (115,22,187). Sum of RGB (Red+Green+Blue) = 115+22+187=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #7316BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7316BB is #8CE944. Grayscale: #444444. Windows color (decimal): -9234757 or 12260979. OLE color: 12260979.

HSL color Cylindrical-coordinate representation of color #7316BB: hue angle of 273.82º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7316BB is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 22 187 -
CMYK 0.39 0.88 0 0.27
HSL 273.82º 0.79% 0.41% -
HSV(B) 273.82º 0.88% 0.73% -
XYZ 16.33 7.81 47.66 -
YUV 68.62 194.81 161.08 -
System Red Green Blue C M Y K H S L
Decimal 115 22 187 0.39 0.88 0 0.27 273.82 0.79 0.41
Hex 73 16 BB 27 58 0 1B 112 4F 29
Octal 163 26 273 47 130 0 33 422 117 51
Binary 1110011 10110 10111011 100111 1011000 0 11011 100010010 1001111 101001

Color Harmonies of #7316BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7316BB

Black with #7316BB

Text Example


Text Example

White with #7316BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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