Html Css Color HEX #712ED7 Purple Heart

📋 copy color: '#712ED7'

red 113 ◦ green 46 ◦ blue 215

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

Shades of Purple Heart #712ED7

Tints of Purple Heart #712ED7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.3%

 BLUE value IS 215 (84.38% from 255) = 57.49%

R = 30.21%
G = 12.3%
B = 57.49%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#712ED7 (or 0x712ED7) is known color: Purple Heart. HEX triplet: 71, 2E and D7. RGB value is (113,46,215). Sum of RGB (Red+Green+Blue) = 113+46+215=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 215 (84.38% from 255 or 57.49% from 374); Max value from RGB is 215 - color contains mainly: blue. Hex color #712ED7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712ED7 is #8ED128. Grayscale: #545454. Windows color (decimal): -9359657 or 14102129. OLE color: 14102129.

HSL color Cylindrical-coordinate representation of color #712ED7: hue angle of 263.79º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #712ED7 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 46 215 -
CMYK 0.47 0.79 0 0.16
HSL 263.79º 0.68% 0.51% -
HSV(B) 263.79º 0.79% 0.84% -
XYZ 20.05 10.37 65.23 -
YUV 85.3 201.2 147.76 -
System Red Green Blue C M Y K H S L
Decimal 113 46 215 0.47 0.79 0 0.16 263.79 0.68 0.51
Hex 71 2E D7 2F 4F 0 10 108 44 33
Octal 161 56 327 57 117 0 20 410 104 63
Binary 1110001 101110 11010111 101111 1001111 0 10000 100001000 1000100 110011

Color Harmonies of #712ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712ED7

Black with #712ED7

Text Example


Text Example

White with #712ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,46,215); }

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

background-color css

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

 a { background-color: rgb(113,46,215); }

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

border-color css

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

 span { border-color: rgb(113,46,215); }

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