Html Css Color HEX #7317BA Purple Heart

📋 copy color: '#7317BA'

red 115 ◦ green 23 ◦ blue 186

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

Shades of Purple Heart #7317BA

Tints of Purple Heart #7317BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.1%

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

R = 35.49%
G = 7.1%
B = 57.41%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7317BA (or 0x7317BA) is known color: Purple Heart. HEX triplet: 73, 17 and BA. RGB value is (115,23,186). Sum of RGB (Red+Green+Blue) = 115+23+186=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #7317BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7317BA is #8CE845. Grayscale: #444444. Windows color (decimal): -9234502 or 12195699. OLE color: 12195699.

HSL color Cylindrical-coordinate representation of color #7317BA: hue angle of 273.87º degrees, saturation: 0.78, 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 #7317BA is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 23 186 -
CMYK 0.38 0.88 0 0.27
HSL 273.87º 0.78% 0.41% -
HSV(B) 273.87º 0.88% 0.73% -
XYZ 16.24 7.8 47.1 -
YUV 69.09 193.98 160.75 -
System Red Green Blue C M Y K H S L
Decimal 115 23 186 0.38 0.88 0 0.27 273.87 0.78 0.41
Hex 73 17 BA 26 58 0 1B 112 4E 29
Octal 163 27 272 46 130 0 33 422 116 51
Binary 1110011 10111 10111010 100110 1011000 0 11011 100010010 1001110 101001

Color Harmonies of #7317BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7317BA

Black with #7317BA

Text Example


Text Example

White with #7317BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7317BA; }

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

 H1.HeaderClassName
 {
   color: #7317BA;
 }
 .AnyTagClassName
 {
   color: #7317BA;
 }
</style>

background-color css

<style>
 a { background-color: #7317BA; }

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

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

border-color css

<style>
 span { border-color: #7317BA; }

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

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