Html Css Color HEX #712DDC Blue Violet

📋 copy color: '#712DDC'

red 113 ◦ green 45 ◦ blue 220

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

Shades of Blue Violet #712DDC

Tints of Blue Violet #712DDC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.9%

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 29.89%
G = 11.9%
B = 58.2%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#712DDC (or 0x712DDC) is known color: Blue Violet. HEX triplet: 71, 2D and DC. RGB value is (113,45,220). Sum of RGB (Red+Green+Blue) = 113+45+220=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #712DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712DDC is #8ED223. Grayscale: #545454. Windows color (decimal): -9359908 or 14429553. OLE color: 14429553.

HSL color Cylindrical-coordinate representation of color #712DDC: hue angle of 263.31º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #712DDC is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 45 220 -
CMYK 0.49 0.80 0 0.14
HSL 263.31º 0.71% 0.52% -
HSV(B) 263.31º 0.8% 0.86% -
XYZ 20.67 10.55 68.66 -
YUV 85.28 204.03 147.77 -
System Red Green Blue C M Y K H S L
Decimal 113 45 220 0.49 0.80 0 0.14 263.31 0.71 0.52
Hex 71 2D DC 31 50 0 E 107 47 34
Octal 161 55 334 61 120 0 16 407 107 64
Binary 1110001 101101 11011100 110001 1010000 0 1110 100000111 1000111 110100

Color Harmonies of #712DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712DDC

Black with #712DDC

Text Example


Text Example

White with #712DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,45,220); }

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

background-color css

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

 a { background-color: rgb(113,45,220); }

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

border-color css

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

 span { border-color: rgb(113,45,220); }

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