Html Css Color HEX #712FDD Blue Violet

📋 copy color: '#712FDD'

red 113 ◦ green 47 ◦ blue 221

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

Shades of Blue Violet #712FDD

Tints of Blue Violet #712FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.34%

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

R = 29.66%
G = 12.34%
B = 58.01%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#712FDD (or 0x712FDD) is known color: Blue Violet. HEX triplet: 71, 2F and DD. RGB value is (113,47,221). Sum of RGB (Red+Green+Blue) = 113+47+221=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #712FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712FDD is #8ED022. Grayscale: #555555. Windows color (decimal): -9359395 or 14495601. OLE color: 14495601.

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

Color convert

RGB 113 47 221 -
CMYK 0.49 0.79 0 0.13
HSL 262.76º 0.72% 0.53% -
HSV(B) 262.76º 0.79% 0.87% -
XYZ 20.88 10.76 69.38 -
YUV 86.57 203.87 146.85 -
System Red Green Blue C M Y K H S L
Decimal 113 47 221 0.49 0.79 0 0.13 262.76 0.72 0.53
Hex 71 2F DD 31 4F 0 D 107 48 35
Octal 161 57 335 61 117 0 15 407 110 65
Binary 1110001 101111 11011101 110001 1001111 0 1101 100000111 1001000 110101

Color Harmonies of #712FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712FDD

Black with #712FDD

Text Example


Text Example

White with #712FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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