Html Css Color HEX #712EDD Blue Violet

📋 copy color: '#712EDD'

red 113 ◦ green 46 ◦ blue 221

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

Shades of Blue Violet #712EDD

Tints of Blue Violet #712EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.16%

R = 29.74%
G = 12.11%
B = 58.16%

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

#712EDD (or 0x712EDD) is known color: Blue Violet. HEX triplet: 71, 2E and DD. RGB value is (113,46,221). Sum of RGB (Red+Green+Blue) = 113+46+221=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #712EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712EDD is #8ED122. Grayscale: #555555. Windows color (decimal): -9359651 or 14495345. OLE color: 14495345.

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

Color convert

RGB 113 46 221 -
CMYK 0.49 0.79 0 0.13
HSL 262.97º 0.72% 0.52% -
HSV(B) 262.97º 0.79% 0.87% -
XYZ 20.84 10.69 69.37 -
YUV 85.98 204.2 147.27 -
System Red Green Blue C M Y K H S L
Decimal 113 46 221 0.49 0.79 0 0.13 262.97 0.72 0.52
Hex 71 2E DD 31 4F 0 D 107 48 34
Octal 161 56 335 61 117 0 15 407 110 64
Binary 1110001 101110 11011101 110001 1001111 0 1101 100000111 1001000 110100

Color Harmonies of #712EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712EDD

Black with #712EDD

Text Example


Text Example

White with #712EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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