Html Css Color HEX #712E8B Vivid Violet

📋 copy color: '#712E8B'

red 113 ◦ green 46 ◦ blue 139

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

Shades of Vivid Violet #712E8B

Tints of Vivid Violet #712E8B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.44%

 BLUE value IS 139 (54.69% from 255) = 46.64%

R = 37.92%
G = 15.44%
B = 46.64%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#712E8B (or 0x712E8B) is known color: Vivid Violet. HEX triplet: 71, 2E and 8B. RGB value is (113,46,139). Sum of RGB (Red+Green+Blue) = 113+46+139=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #712E8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712E8B is #8ED174. Grayscale: #4C4C4C. Windows color (decimal): -9359733 or 9121393. OLE color: 9121393.

HSL color Cylindrical-coordinate representation of color #712E8B: hue angle of 283.23º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #712E8B is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 46 139 -
CMYK 0.19 0.67 0 0.45
HSL 283.23º 0.5% 0.36% -
HSV(B) 283.23º 0.67% 0.55% -
XYZ 12.45 7.33 25.18 -
YUV 76.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 113 46 139 0.19 0.67 0 0.45 283.23 0.5 0.36
Hex 71 2E 8B 13 43 0 2D 11B 32 24
Octal 161 56 213 23 103 0 55 433 62 44
Binary 1110001 101110 10001011 10011 1000011 0 101101 100011011 110010 100100

Color Harmonies of #712E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712E8B

Black with #712E8B

Text Example


Text Example

White with #712E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,46,139); }

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

background-color css

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

 a { background-color: rgb(113,46,139); }

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

border-color css

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

 span { border-color: rgb(113,46,139); }

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