Html Css Color HEX #712CBD Purple Heart

📋 copy color: '#712CBD'

red 113 ◦ green 44 ◦ blue 189

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

Shades of Purple Heart #712CBD

Tints of Purple Heart #712CBD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.72%

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

R = 32.66%
G = 12.72%
B = 54.62%

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

#712CBD (or 0x712CBD) is known color: Purple Heart. HEX triplet: 71, 2C and BD. RGB value is (113,44,189). Sum of RGB (Red+Green+Blue) = 113+44+189=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #712CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712CBD is #8ED342. Grayscale: #505050. Windows color (decimal): -9360195 or 12397681. OLE color: 12397681.

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

Color convert

RGB 113 44 189 -
CMYK 0.40 0.77 0 0.26
HSL 268.55º 0.62% 0.46% -
HSV(B) 268.55º 0.77% 0.74% -
XYZ 16.9 8.99 48.99 -
YUV 81.16 188.86 150.71 -
System Red Green Blue C M Y K H S L
Decimal 113 44 189 0.40 0.77 0 0.26 268.55 0.62 0.46
Hex 71 2C BD 28 4D 0 1A 10D 3E 2E
Octal 161 54 275 50 115 0 32 415 76 56
Binary 1110001 101100 10111101 101000 1001101 0 11010 100001101 111110 101110

Color Harmonies of #712CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712CBD

Black with #712CBD

Text Example


Text Example

White with #712CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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