Html Css Color HEX #7312BC Purple Heart

📋 copy color: '#7312BC'

red 115 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #7312BC

Tints of Purple Heart #7312BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.61%

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 35.83%
G = 5.61%
B = 58.57%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7312BC (or 0x7312BC) is known color: Purple Heart. HEX triplet: 73, 12 and BC. RGB value is (115,18,188). Sum of RGB (Red+Green+Blue) = 115+18+188=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #7312BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7312BC is #8CED43. Grayscale: #414141. Windows color (decimal): -9235780 or 12325491. OLE color: 12325491.

HSL color Cylindrical-coordinate representation of color #7312BC: hue angle of 274.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7312BC is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 18 188 -
CMYK 0.39 0.90 0 0.26
HSL 274.24º 0.83% 0.4% -
HSV(B) 274.24º 0.9% 0.74% -
XYZ 16.36 7.71 48.2 -
YUV 66.38 196.64 162.68 -
System Red Green Blue C M Y K H S L
Decimal 115 18 188 0.39 0.90 0 0.26 274.24 0.83 0.4
Hex 73 12 BC 27 5A 0 1A 112 53 28
Octal 163 22 274 47 132 0 32 422 123 50
Binary 1110011 10010 10111100 100111 1011010 0 11010 100010010 1010011 101000

Color Harmonies of #7312BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7312BC

Black with #7312BC

Text Example


Text Example

White with #7312BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7312BC; }

 p { color: rgb(115,18,188); }

 H1.HeaderClassName
 {
   color: #7312BC;
 }
 .AnyTagClassName
 {
   color: #7312BC;
 }
</style>

background-color css

<style>
 a { background-color: #7312BC; }

 a { background-color: rgb(115,18,188); }

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

border-color css

<style>
 span { border-color: #7312BC; }

 span { border-color: rgb(115,18,188); }

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