Html Css Color HEX #712393 Vivid Violet

📋 copy color: '#712393'

red 113 ◦ green 35 ◦ blue 147

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

Shades of Vivid Violet #712393

Tints of Vivid Violet #712393

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

 BLUE value IS 147 (57.81% from 255) = 49.83%

R = 38.31%
G = 11.86%
B = 49.83%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#712393 (or 0x712393) is known color: Vivid Violet. HEX triplet: 71, 23 and 93. RGB value is (113,35,147). Sum of RGB (Red+Green+Blue) = 113+35+147=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #712393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712393 is #8EDC6C. Grayscale: #464646. Windows color (decimal): -9362541 or 9642865. OLE color: 9642865.

HSL color Cylindrical-coordinate representation of color #712393: hue angle of 281.79º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712393 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 35 147 -
CMYK 0.23 0.76 0 0.42
HSL 281.79º 0.62% 0.36% -
HSV(B) 281.79º 0.76% 0.58% -
XYZ 12.68 6.82 28.25 -
YUV 71.09 170.84 157.89 -
System Red Green Blue C M Y K H S L
Decimal 113 35 147 0.23 0.76 0 0.42 281.79 0.62 0.36
Hex 71 23 93 17 4C 0 2A 11A 3E 24
Octal 161 43 223 27 114 0 52 432 76 44
Binary 1110001 100011 10010011 10111 1001100 0 101010 100011010 111110 100100

Color Harmonies of #712393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712393

Black with #712393

Text Example


Text Example

White with #712393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712393; }

 p { color: rgb(113,35,147); }

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

background-color css

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

 a { background-color: rgb(113,35,147); }

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

border-color css

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

 span { border-color: rgb(113,35,147); }

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