Html Css Color HEX #712ADE Blue Violet

📋 copy color: '#712ADE'

red 113 ◦ green 42 ◦ blue 222

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

Shades of Blue Violet #712ADE

Tints of Blue Violet #712ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.14%

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

R = 29.97%
G = 11.14%
B = 58.89%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#712ADE (or 0x712ADE) is known color: Blue Violet. HEX triplet: 71, 2A and DE. RGB value is (113,42,222). Sum of RGB (Red+Green+Blue) = 113+42+222=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #712ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712ADE is #8ED521. Grayscale: #535353. Windows color (decimal): -9360674 or 14559857. OLE color: 14559857.

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

Color convert

RGB 113 42 222 -
CMYK 0.49 0.81 0 0.13
HSL 263.67º 0.73% 0.52% -
HSV(B) 263.67º 0.81% 0.87% -
XYZ 20.82 10.44 70.02 -
YUV 83.75 206.02 148.86 -
System Red Green Blue C M Y K H S L
Decimal 113 42 222 0.49 0.81 0 0.13 263.67 0.73 0.52
Hex 71 2A DE 31 51 0 D 108 49 34
Octal 161 52 336 61 121 0 15 410 111 64
Binary 1110001 101010 11011110 110001 1010001 0 1101 100001000 1001001 110100

Color Harmonies of #712ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712ADE

Black with #712ADE

Text Example


Text Example

White with #712ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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