Html Css Color HEX #712DB9 Purple Heart

📋 copy color: '#712DB9'

red 113 ◦ green 45 ◦ blue 185

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

Shades of Purple Heart #712DB9

Tints of Purple Heart #712DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 53.94%

R = 32.94%
G = 13.12%
B = 53.94%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#712DB9 (or 0x712DB9) is known color: Purple Heart. HEX triplet: 71, 2D and B9. RGB value is (113,45,185). Sum of RGB (Red+Green+Blue) = 113+45+185=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 185 (72.66% from 255 or 53.94% from 343); Max value from RGB is 185 - color contains mainly: blue. Hex color #712DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712DB9 is #8ED246. Grayscale: #505050. Windows color (decimal): -9359943 or 12135793. OLE color: 12135793.

HSL color Cylindrical-coordinate representation of color #712DB9: hue angle of 269.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712DB9 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 45 185 -
CMYK 0.39 0.76 0 0.27
HSL 269.14º 0.61% 0.45% -
HSV(B) 269.14º 0.76% 0.73% -
XYZ 16.51 8.89 46.75 -
YUV 81.29 186.53 150.62 -
System Red Green Blue C M Y K H S L
Decimal 113 45 185 0.39 0.76 0 0.27 269.14 0.61 0.45
Hex 71 2D B9 27 4C 0 1B 10D 3D 2D
Octal 161 55 271 47 114 0 33 415 75 55
Binary 1110001 101101 10111001 100111 1001100 0 11011 100001101 111101 101101

Color Harmonies of #712DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712DB9

Black with #712DB9

Text Example


Text Example

White with #712DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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