Html Css Color HEX #712ECF Purple Heart

📋 copy color: '#712ECF'

red 113 ◦ green 46 ◦ blue 207

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

Shades of Purple Heart #712ECF

Tints of Purple Heart #712ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.56%

R = 30.87%
G = 12.57%
B = 56.56%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#712ECF (or 0x712ECF) is known color: Purple Heart. HEX triplet: 71, 2E and CF. RGB value is (113,46,207). Sum of RGB (Red+Green+Blue) = 113+46+207=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #712ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712ECF is #8ED130. Grayscale: #535353. Windows color (decimal): -9359665 or 13577841. OLE color: 13577841.

HSL color Cylindrical-coordinate representation of color #712ECF: hue angle of 264.97º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712ECF is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 46 207 -
CMYK 0.45 0.78 0 0.19
HSL 264.97º 0.64% 0.5% -
HSV(B) 264.97º 0.78% 0.81% -
XYZ 19.05 9.97 59.95 -
YUV 84.39 197.2 148.41 -
System Red Green Blue C M Y K H S L
Decimal 113 46 207 0.45 0.78 0 0.19 264.97 0.64 0.5
Hex 71 2E CF 2D 4E 0 13 109 40 32
Octal 161 56 317 55 116 0 23 411 100 62
Binary 1110001 101110 11001111 101101 1001110 0 10011 100001001 1000000 110010

Color Harmonies of #712ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712ECF

Black with #712ECF

Text Example


Text Example

White with #712ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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