Html Css Color HEX #712FBC Purple Heart

📋 copy color: '#712FBC'

red 113 ◦ green 47 ◦ blue 188

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

Shades of Purple Heart #712FBC

Tints of Purple Heart #712FBC

RGB

 RED value IS 113 (44.53% from 255) = 32.47%

 GREEN value IS 47 (18.75% from 255) = 13.51%

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

R = 32.47%
G = 13.51%
B = 54.02%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#712FBC (or 0x712FBC) is known color: Purple Heart. HEX triplet: 71, 2F and BC. RGB value is (113,47,188). Sum of RGB (Red+Green+Blue) = 113+47+188=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #712FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712FBC is #8ED043. Grayscale: #525252. Windows color (decimal): -9359428 or 12332913. OLE color: 12332913.

HSL color Cylindrical-coordinate representation of color #712FBC: hue angle of 268.09º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712FBC is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 47 188 -
CMYK 0.40 0.75 0 0.26
HSL 268.09º 0.6% 0.46% -
HSV(B) 268.09º 0.75% 0.74% -
XYZ 16.9 9.17 48.46 -
YUV 82.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 113 47 188 0.40 0.75 0 0.26 268.09 0.6 0.46
Hex 71 2F BC 28 4B 0 1A 10C 3C 2E
Octal 161 57 274 50 113 0 32 414 74 56
Binary 1110001 101111 10111100 101000 1001011 0 11010 100001100 111100 101110

Color Harmonies of #712FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712FBC

Black with #712FBC

Text Example


Text Example

White with #712FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712FBC; }

 p { color: rgb(113,47,188); }

 H1.HeaderClassName
 {
   color: #712FBC;
 }
 .AnyTagClassName
 {
   color: #712FBC;
 }
</style>

background-color css

<style>
 a { background-color: #712FBC; }

 a { background-color: rgb(113,47,188); }

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

border-color css

<style>
 span { border-color: #712FBC; }

 span { border-color: rgb(113,47,188); }

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