Html Css Color HEX #712FF4 Blue Violet

📋 copy color: '#712FF4'

red 113 ◦ green 47 ◦ blue 244

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

Shades of Blue Violet #712FF4

Tints of Blue Violet #712FF4

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.63%

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

R = 27.97%
G = 11.63%
B = 60.4%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#712FF4 (or 0x712FF4) is known color: Blue Violet. HEX triplet: 71, 2F and F4. RGB value is (113,47,244). Sum of RGB (Red+Green+Blue) = 113+47+244=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 244 (95.70% from 255 or 60.40% from 404); Max value from RGB is 244 - color contains mainly: blue. Hex color #712FF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712FF4 is #8ED00B. Grayscale: #585858. Windows color (decimal): -9359372 or 16002929. OLE color: 16002929.

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

Color convert

RGB 113 47 244 -
CMYK 0.54 0.81 0 0.04
HSL 260.1º 0.9% 0.57% -
HSV(B) 260.1º 0.81% 0.96% -
XYZ 24.16 12.08 86.65 -
YUV 89.19 215.37 144.98 -
System Red Green Blue C M Y K H S L
Decimal 113 47 244 0.54 0.81 0 0.04 260.1 0.9 0.57
Hex 71 2F F4 36 51 0 4 104 5A 39
Octal 161 57 364 66 121 0 4 404 132 71
Binary 1110001 101111 11110100 110110 1010001 0 100 100000100 1011010 111001

Color Harmonies of #712FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712FF4

Black with #712FF4

Text Example


Text Example

White with #712FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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