Html Css Color HEX #712DBA Purple Heart

📋 copy color: '#712DBA'

red 113 ◦ green 45 ◦ blue 186

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

Shades of Purple Heart #712DBA

Tints of Purple Heart #712DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 32.85%
G = 13.08%
B = 54.07%

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

#712DBA (or 0x712DBA) is known color: Purple Heart. HEX triplet: 71, 2D and BA. RGB value is (113,45,186). Sum of RGB (Red+Green+Blue) = 113+45+186=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #712DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712DBA is #8ED245. Grayscale: #505050. Windows color (decimal): -9359942 or 12201329. OLE color: 12201329.

HSL color Cylindrical-coordinate representation of color #712DBA: hue angle of 268.94º 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 #712DBA is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 45 186 -
CMYK 0.39 0.76 0 0.27
HSL 268.94º 0.61% 0.45% -
HSV(B) 268.94º 0.76% 0.73% -
XYZ 16.61 8.93 47.3 -
YUV 81.41 187.03 150.54 -
System Red Green Blue C M Y K H S L
Decimal 113 45 186 0.39 0.76 0 0.27 268.94 0.61 0.45
Hex 71 2D BA 27 4C 0 1B 10D 3D 2D
Octal 161 55 272 47 114 0 33 415 75 55
Binary 1110001 101101 10111010 100111 1001100 0 11011 100001101 111101 101101

Color Harmonies of #712DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712DBA

Black with #712DBA

Text Example


Text Example

White with #712DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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