Html Css Color HEX #712CDF Blue Violet

📋 copy color: '#712CDF'

red 113 ◦ green 44 ◦ blue 223

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

Shades of Blue Violet #712CDF

Tints of Blue Violet #712CDF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.58%

 BLUE value IS 223 (87.5% from 255) = 58.68%

R = 29.74%
G = 11.58%
B = 58.68%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#712CDF (or 0x712CDF) is known color: Blue Violet. HEX triplet: 71, 2C and DF. RGB value is (113,44,223). Sum of RGB (Red+Green+Blue) = 113+44+223=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #712CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712CDF is #8ED320. Grayscale: #545454. Windows color (decimal): -9360161 or 14625905. OLE color: 14625905.

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

Color convert

RGB 113 44 223 -
CMYK 0.49 0.80 0 0.13
HSL 263.13º 0.74% 0.52% -
HSV(B) 263.13º 0.8% 0.87% -
XYZ 21.03 10.64 70.76 -
YUV 85.04 205.86 147.95 -
System Red Green Blue C M Y K H S L
Decimal 113 44 223 0.49 0.80 0 0.13 263.13 0.74 0.52
Hex 71 2C DF 31 50 0 D 107 4A 34
Octal 161 54 337 61 120 0 15 407 112 64
Binary 1110001 101100 11011111 110001 1010000 0 1101 100000111 1001010 110100

Color Harmonies of #712CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712CDF

Black with #712CDF

Text Example


Text Example

White with #712CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,44,223); }

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

background-color css

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

 a { background-color: rgb(113,44,223); }

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

border-color css

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

 span { border-color: rgb(113,44,223); }

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