Html Css Color HEX #712EEF Blue Violet

📋 copy color: '#712EEF'

red 113 ◦ green 46 ◦ blue 239

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

Shades of Blue Violet #712EEF

Tints of Blue Violet #712EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.05%

R = 28.39%
G = 11.56%
B = 60.05%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#712EEF (or 0x712EEF) is known color: Blue Violet. HEX triplet: 71, 2E and EF. RGB value is (113,46,239). Sum of RGB (Red+Green+Blue) = 113+46+239=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #712EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712EEF is #8ED110. Grayscale: #575757. Windows color (decimal): -9359633 or 15674993. OLE color: 15674993.

HSL color Cylindrical-coordinate representation of color #712EEF: hue angle of 260.83º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #712EEF is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 46 239 -
CMYK 0.53 0.81 0 0.06
HSL 260.83º 0.86% 0.56% -
HSV(B) 260.83º 0.81% 0.94% -
XYZ 23.37 11.7 82.69 -
YUV 88.04 213.2 145.81 -
System Red Green Blue C M Y K H S L
Decimal 113 46 239 0.53 0.81 0 0.06 260.83 0.86 0.56
Hex 71 2E EF 35 51 0 6 105 56 38
Octal 161 56 357 65 121 0 6 405 126 70
Binary 1110001 101110 11101111 110101 1010001 0 110 100000101 1010110 111000

Color Harmonies of #712EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712EEF

Black with #712EEF

Text Example


Text Example

White with #712EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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