Html Css Color HEX #712F85 Vivid Violet

📋 copy color: '#712F85'

red 113 ◦ green 47 ◦ blue 133

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

Shades of Vivid Violet #712F85

Tints of Vivid Violet #712F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.39%

R = 38.57%
G = 16.04%
B = 45.39%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#712F85 (or 0x712F85) is known color: Vivid Violet. HEX triplet: 71, 2F and 85. RGB value is (113,47,133). Sum of RGB (Red+Green+Blue) = 113+47+133=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #712F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712F85 is #8ED07A. Grayscale: #4C4C4C. Windows color (decimal): -9359483 or 8728433. OLE color: 8728433.

HSL color Cylindrical-coordinate representation of color #712F85: hue angle of 286.05º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712F85 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 47 133 -
CMYK 0.15 0.65 0 0.48
HSL 286.05º 0.48% 0.35% -
HSV(B) 286.05º 0.65% 0.52% -
XYZ 12.06 7.24 22.95 -
YUV 76.54 159.87 154.01 -
System Red Green Blue C M Y K H S L
Decimal 113 47 133 0.15 0.65 0 0.48 286.05 0.48 0.35
Hex 71 2F 85 F 41 0 30 11E 30 23
Octal 161 57 205 17 101 0 60 436 60 43
Binary 1110001 101111 10000101 1111 1000001 0 110000 100011110 110000 100011

Color Harmonies of #712F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F85

Black with #712F85

Text Example


Text Example

White with #712F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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