Html Css Color HEX #712DF4 Blue Violet

📋 copy color: '#712DF4'

red 113 ◦ green 45 ◦ blue 244

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

Shades of Blue Violet #712DF4

Tints of Blue Violet #712DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 60.7%

R = 28.11%
G = 11.19%
B = 60.7%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#712DF4 (or 0x712DF4) is known color: Blue Violet. HEX triplet: 71, 2D and F4. RGB value is (113,45,244). Sum of RGB (Red+Green+Blue) = 113+45+244=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 244 (95.70% from 255 or 60.70% from 402); Max value from RGB is 244 - color contains mainly: blue. Hex color #712DF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712DF4 is #8ED20B. Grayscale: #575757. Windows color (decimal): -9359884 or 16002417. OLE color: 16002417.

HSL color Cylindrical-coordinate representation of color #712DF4: hue angle of 260.5º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #712DF4 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 113 45 244 -
CMYK 0.54 0.82 0 0.04
HSL 260.5º 0.9% 0.57% -
HSV(B) 260.5º 0.82% 0.96% -
XYZ 24.08 11.92 86.62 -
YUV 88.02 216.03 145.82 -
System Red Green Blue C M Y K H S L
Decimal 113 45 244 0.54 0.82 0 0.04 260.5 0.9 0.57
Hex 71 2D F4 36 52 0 4 105 5A 39
Octal 161 55 364 66 122 0 4 405 132 71
Binary 1110001 101101 11110100 110110 1010010 0 100 100000101 1011010 111001

Color Harmonies of #712DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712DF4

Black with #712DF4

Text Example


Text Example

White with #712DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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