Html Css Color HEX #7310B3 Purple Heart

📋 copy color: '#7310B3'

red 115 ◦ green 16 ◦ blue 179

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

Shades of Purple Heart #7310B3

Tints of Purple Heart #7310B3

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.16%

 BLUE value IS 179 (70.31% from 255) = 57.74%

R = 37.1%
G = 5.16%
B = 57.74%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7310B3 (or 0x7310B3) is known color: Purple Heart. HEX triplet: 73, 10 and B3. RGB value is (115,16,179). Sum of RGB (Red+Green+Blue) = 115+16+179=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #7310B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7310B3 is #8CEF4C. Grayscale: #3F3F3F. Windows color (decimal): -9236301 or 11735155. OLE color: 11735155.

HSL color Cylindrical-coordinate representation of color #7310B3: hue angle of 276.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7310B3 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 16 179 -
CMYK 0.36 0.91 0 0.30
HSL 276.44º 0.84% 0.38% -
HSV(B) 276.44º 0.91% 0.7% -
XYZ 15.39 7.27 43.24 -
YUV 64.18 192.8 164.25 -
System Red Green Blue C M Y K H S L
Decimal 115 16 179 0.36 0.91 0 0.30 276.44 0.84 0.38
Hex 73 10 B3 24 5B 0 1E 114 54 26
Octal 163 20 263 44 133 0 36 424 124 46
Binary 1110011 10000 10110011 100100 1011011 0 11110 100010100 1010100 100110

Color Harmonies of #7310B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7310B3

Black with #7310B3

Text Example


Text Example

White with #7310B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7310B3; }

 p { color: rgb(115,16,179); }

 H1.HeaderClassName
 {
   color: #7310B3;
 }
 .AnyTagClassName
 {
   color: #7310B3;
 }
</style>

background-color css

<style>
 a { background-color: #7310B3; }

 a { background-color: rgb(115,16,179); }

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

border-color css

<style>
 span { border-color: #7310B3; }

 span { border-color: rgb(115,16,179); }

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