Html Css Color HEX #712CDD Blue Violet

📋 copy color: '#712CDD'

red 113 ◦ green 44 ◦ blue 221

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

Shades of Blue Violet #712CDD

Tints of Blue Violet #712CDD

RGB

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

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

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

R = 29.89%
G = 11.64%
B = 58.47%

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

#712CDD (or 0x712CDD) is known color: Blue Violet. HEX triplet: 71, 2C and DD. RGB value is (113,44,221). Sum of RGB (Red+Green+Blue) = 113+44+221=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #712CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712CDD is #8ED322. Grayscale: #545454. Windows color (decimal): -9360163 or 14494833. OLE color: 14494833.

HSL color Cylindrical-coordinate representation of color #712CDD: hue angle of 263.39º degrees, saturation: 0.72, 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 #712CDD is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 44 221 -
CMYK 0.49 0.80 0 0.13
HSL 263.39º 0.72% 0.52% -
HSV(B) 263.39º 0.8% 0.87% -
XYZ 20.76 10.53 69.35 -
YUV 84.81 204.86 148.11 -
System Red Green Blue C M Y K H S L
Decimal 113 44 221 0.49 0.80 0 0.13 263.39 0.72 0.52
Hex 71 2C DD 31 50 0 D 107 48 34
Octal 161 54 335 61 120 0 15 407 110 64
Binary 1110001 101100 11011101 110001 1010000 0 1101 100000111 1001000 110100

Color Harmonies of #712CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712CDD

Black with #712CDD

Text Example


Text Example

White with #712CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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