Html Css Color HEX #712FFA Blue Violet

📋 copy color: '#712FFA'

red 113 ◦ green 47 ◦ blue 250

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

Shades of Blue Violet #712FFA

Tints of Blue Violet #712FFA

RGB

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

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

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

R = 27.56%
G = 11.46%
B = 60.98%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#712FFA (or 0x712FFA) is known color: Blue Violet. HEX triplet: 71, 2F and FA. RGB value is (113,47,250). Sum of RGB (Red+Green+Blue) = 113+47+250=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #712FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712FFA is #8ED005. Grayscale: #595959. Windows color (decimal): -9359366 or 16396145. OLE color: 16396145.

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

Color convert

RGB 113 47 250 -
CMYK 0.55 0.81 0 0.02
HSL 259.51º 0.95% 0.58% -
HSV(B) 259.51º 0.81% 0.98% -
XYZ 25.08 12.45 91.52 -
YUV 89.88 218.37 144.49 -
System Red Green Blue C M Y K H S L
Decimal 113 47 250 0.55 0.81 0 0.02 259.51 0.95 0.58
Hex 71 2F FA 37 51 0 2 104 5F 3A
Octal 161 57 372 67 121 0 2 404 137 72
Binary 1110001 101111 11111010 110111 1010001 0 10 100000100 1011111 111010

Color Harmonies of #712FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712FFA

Black with #712FFA

Text Example


Text Example

White with #712FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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