Html Css Color HEX #712EFA Blue Violet

📋 copy color: '#712EFA'

red 113 ◦ green 46 ◦ blue 250

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

Shades of Blue Violet #712EFA

Tints of Blue Violet #712EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.12%

R = 27.63%
G = 11.25%
B = 61.12%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#712EFA (or 0x712EFA) is known color: Blue Violet. HEX triplet: 71, 2E and FA. RGB value is (113,46,250). Sum of RGB (Red+Green+Blue) = 113+46+250=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #712EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712EFA is #8ED105. Grayscale: #585858. Windows color (decimal): -9359622 or 16395889. OLE color: 16395889.

HSL color Cylindrical-coordinate representation of color #712EFA: hue angle of 259.71º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #712EFA is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 46 250 -
CMYK 0.55 0.82 0 0.02
HSL 259.71º 0.95% 0.58% -
HSV(B) 259.71º 0.82% 0.98% -
XYZ 25.04 12.37 91.51 -
YUV 89.29 218.7 144.91 -
System Red Green Blue C M Y K H S L
Decimal 113 46 250 0.55 0.82 0 0.02 259.71 0.95 0.58
Hex 71 2E FA 37 52 0 2 104 5F 3A
Octal 161 56 372 67 122 0 2 404 137 72
Binary 1110001 101110 11111010 110111 1010010 0 10 100000100 1011111 111010

Color Harmonies of #712EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712EFA

Black with #712EFA

Text Example


Text Example

White with #712EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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