Html Css Color HEX #712EED Blue Violet

📋 copy color: '#712EED'

red 113 ◦ green 46 ◦ blue 237

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

Shades of Blue Violet #712EED

Tints of Blue Violet #712EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.85%

R = 28.54%
G = 11.62%
B = 59.85%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#712EED (or 0x712EED) is known color: Blue Violet. HEX triplet: 71, 2E and ED. RGB value is (113,46,237). Sum of RGB (Red+Green+Blue) = 113+46+237=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #712EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712EED is #8ED112. Grayscale: #575757. Windows color (decimal): -9359635 or 15543921. OLE color: 15543921.

HSL color Cylindrical-coordinate representation of color #712EED: hue angle of 261.05º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #712EED is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 46 237 -
CMYK 0.52 0.81 0 0.07
HSL 261.05º 0.84% 0.55% -
HSV(B) 261.05º 0.81% 0.93% -
XYZ 23.07 11.58 81.14 -
YUV 87.81 212.2 145.97 -
System Red Green Blue C M Y K H S L
Decimal 113 46 237 0.52 0.81 0 0.07 261.05 0.84 0.55
Hex 71 2E ED 34 51 0 7 105 54 37
Octal 161 56 355 64 121 0 7 405 124 67
Binary 1110001 101110 11101101 110100 1010001 0 111 100000101 1010100 110111

Color Harmonies of #712EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712EED

Black with #712EED

Text Example


Text Example

White with #712EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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