Html Css Color HEX #712DBE Purple Heart

📋 copy color: '#712DBE'

red 113 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #712DBE

Tints of Purple Heart #712DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.6%

R = 32.47%
G = 12.93%
B = 54.6%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#712DBE (or 0x712DBE) is known color: Purple Heart. HEX triplet: 71, 2D and BE. RGB value is (113,45,190). Sum of RGB (Red+Green+Blue) = 113+45+190=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #712DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712DBE is #8ED241. Grayscale: #515151. Windows color (decimal): -9359938 or 12463473. OLE color: 12463473.

HSL color Cylindrical-coordinate representation of color #712DBE: hue angle of 268.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712DBE is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 45 190 -
CMYK 0.41 0.76 0 0.25
HSL 268.14º 0.62% 0.46% -
HSV(B) 268.14º 0.76% 0.75% -
XYZ 17.04 9.11 49.57 -
YUV 81.86 189.03 150.21 -
System Red Green Blue C M Y K H S L
Decimal 113 45 190 0.41 0.76 0 0.25 268.14 0.62 0.46
Hex 71 2D BE 29 4C 0 19 10C 3E 2E
Octal 161 55 276 51 114 0 31 414 76 56
Binary 1110001 101101 10111110 101001 1001100 0 11001 100001100 111110 101110

Color Harmonies of #712DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712DBE

Black with #712DBE

Text Example


Text Example

White with #712DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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