Html Css Color HEX #712FDE Blue Violet

📋 copy color: '#712FDE'

red 113 ◦ green 47 ◦ blue 222

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

Shades of Blue Violet #712FDE

Tints of Blue Violet #712FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.12%

R = 29.58%
G = 12.3%
B = 58.12%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#712FDE (or 0x712FDE) is known color: Blue Violet. HEX triplet: 71, 2F and DE. RGB value is (113,47,222). Sum of RGB (Red+Green+Blue) = 113+47+222=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #712FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712FDE is #8ED021. Grayscale: #565656. Windows color (decimal): -9359394 or 14561137. OLE color: 14561137.

HSL color Cylindrical-coordinate representation of color #712FDE: hue angle of 262.63º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #712FDE is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 47 222 -
CMYK 0.49 0.79 0 0.13
HSL 262.63º 0.73% 0.53% -
HSV(B) 262.63º 0.79% 0.87% -
XYZ 21.01 10.82 70.09 -
YUV 86.68 204.37 146.77 -
System Red Green Blue C M Y K H S L
Decimal 113 47 222 0.49 0.79 0 0.13 262.63 0.73 0.53
Hex 71 2F DE 31 4F 0 D 107 49 35
Octal 161 57 336 61 117 0 15 407 111 65
Binary 1110001 101111 11011110 110001 1001111 0 1101 100000111 1001001 110101

Color Harmonies of #712FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712FDE

Black with #712FDE

Text Example


Text Example

White with #712FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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