Html Css Color HEX #712BDD Blue Violet

📋 copy color: '#712BDD'

red 113 ◦ green 43 ◦ blue 221

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

Shades of Blue Violet #712BDD

Tints of Blue Violet #712BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.41%

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

R = 29.97%
G = 11.41%
B = 58.62%

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

#712BDD (or 0x712BDD) is known color: Blue Violet. HEX triplet: 71, 2B and DD. RGB value is (113,43,221). Sum of RGB (Red+Green+Blue) = 113+43+221=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #712BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712BDD is #8ED422. Grayscale: #535353. Windows color (decimal): -9360419 or 14494577. OLE color: 14494577.

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

Color convert

RGB 113 43 221 -
CMYK 0.49 0.81 0 0.13
HSL 263.6º 0.72% 0.52% -
HSV(B) 263.6º 0.81% 0.87% -
XYZ 20.73 10.46 69.33 -
YUV 84.22 205.19 148.53 -
System Red Green Blue C M Y K H S L
Decimal 113 43 221 0.49 0.81 0 0.13 263.6 0.72 0.52
Hex 71 2B DD 31 51 0 D 108 48 34
Octal 161 53 335 61 121 0 15 410 110 64
Binary 1110001 101011 11011101 110001 1010001 0 1101 100001000 1001000 110100

Color Harmonies of #712BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712BDD

Black with #712BDD

Text Example


Text Example

White with #712BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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