Html Css Color HEX #712DB6 Purple Heart

📋 copy color: '#712DB6'

red 113 ◦ green 45 ◦ blue 182

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

Shades of Purple Heart #712DB6

Tints of Purple Heart #712DB6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.24%

 BLUE value IS 182 (71.48% from 255) = 53.53%

R = 33.24%
G = 13.24%
B = 53.53%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#712DB6 (or 0x712DB6) is known color: Purple Heart. HEX triplet: 71, 2D and B6. RGB value is (113,45,182). Sum of RGB (Red+Green+Blue) = 113+45+182=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 182 (71.48% from 255 or 53.53% from 340); Max value from RGB is 182 - color contains mainly: blue. Hex color #712DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712DB6 is #8ED249. Grayscale: #505050. Windows color (decimal): -9359946 or 11939185. OLE color: 11939185.

HSL color Cylindrical-coordinate representation of color #712DB6: hue angle of 269.78º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712DB6 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 45 182 -
CMYK 0.38 0.75 0 0.29
HSL 269.78º 0.6% 0.45% -
HSV(B) 269.78º 0.75% 0.71% -
XYZ 16.19 8.76 45.09 -
YUV 80.95 185.03 150.86 -
System Red Green Blue C M Y K H S L
Decimal 113 45 182 0.38 0.75 0 0.29 269.78 0.6 0.45
Hex 71 2D B6 26 4B 0 1D 10E 3C 2D
Octal 161 55 266 46 113 0 35 416 74 55
Binary 1110001 101101 10110110 100110 1001011 0 11101 100001110 111100 101101

Color Harmonies of #712DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712DB6

Black with #712DB6

Text Example


Text Example

White with #712DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,45,182); }

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

background-color css

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

 a { background-color: rgb(113,45,182); }

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

border-color css

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

 span { border-color: rgb(113,45,182); }

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