Html Css Color HEX #712EF3 Blue Violet

📋 copy color: '#712EF3'

red 113 ◦ green 46 ◦ blue 243

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

Shades of Blue Violet #712EF3

Tints of Blue Violet #712EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 60.45%

R = 28.11%
G = 11.44%
B = 60.45%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#712EF3 (or 0x712EF3) is known color: Blue Violet. HEX triplet: 71, 2E and F3. RGB value is (113,46,243). Sum of RGB (Red+Green+Blue) = 113+46+243=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 243 (95.31% from 255 or 60.45% from 402); Max value from RGB is 243 - color contains mainly: blue. Hex color #712EF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712EF3 is #8ED10C. Grayscale: #575757. Windows color (decimal): -9359629 or 15937137. OLE color: 15937137.

HSL color Cylindrical-coordinate representation of color #712EF3: hue angle of 260.41º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #712EF3 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 46 243 -
CMYK 0.53 0.81 0 0.05
HSL 260.41º 0.89% 0.57% -
HSV(B) 260.41º 0.81% 0.95% -
XYZ 23.96 11.94 85.83 -
YUV 88.49 215.2 145.48 -
System Red Green Blue C M Y K H S L
Decimal 113 46 243 0.53 0.81 0 0.05 260.41 0.89 0.57
Hex 71 2E F3 35 51 0 5 104 59 39
Octal 161 56 363 65 121 0 5 404 131 71
Binary 1110001 101110 11110011 110101 1010001 0 101 100000100 1011001 111001

Color Harmonies of #712EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712EF3

Black with #712EF3

Text Example


Text Example

White with #712EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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