Html Css Color HEX #712BBD Purple Heart

📋 copy color: '#712BBD'

red 113 ◦ green 43 ◦ blue 189

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

Shades of Purple Heart #712BBD

Tints of Purple Heart #712BBD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.46%

 BLUE value IS 189 (74.22% from 255) = 54.78%

R = 32.75%
G = 12.46%
B = 54.78%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#712BBD (or 0x712BBD) is known color: Purple Heart. HEX triplet: 71, 2B and BD. RGB value is (113,43,189). Sum of RGB (Red+Green+Blue) = 113+43+189=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #712BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712BBD is #8ED442. Grayscale: #505050. Windows color (decimal): -9360451 or 12397425. OLE color: 12397425.

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

Color convert

RGB 113 43 189 -
CMYK 0.40 0.77 0 0.26
HSL 268.77º 0.63% 0.45% -
HSV(B) 268.77º 0.77% 0.74% -
XYZ 16.86 8.91 48.98 -
YUV 80.57 189.19 151.13 -
System Red Green Blue C M Y K H S L
Decimal 113 43 189 0.40 0.77 0 0.26 268.77 0.63 0.45
Hex 71 2B BD 28 4D 0 1A 10D 3F 2D
Octal 161 53 275 50 115 0 32 415 77 55
Binary 1110001 101011 10111101 101000 1001101 0 11010 100001101 111111 101101

Color Harmonies of #712BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712BBD

Black with #712BBD

Text Example


Text Example

White with #712BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,43,189); }

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

background-color css

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

 a { background-color: rgb(113,43,189); }

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

border-color css

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

 span { border-color: rgb(113,43,189); }

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