Html Css Color HEX #712690 Vivid Violet

📋 copy color: '#712690'

red 113 ◦ green 38 ◦ blue 144

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

Shades of Vivid Violet #712690

Tints of Vivid Violet #712690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.88%

 BLUE value IS 144 (56.64% from 255) = 48.81%

R = 38.31%
G = 12.88%
B = 48.81%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#712690 (or 0x712690) is known color: Vivid Violet. HEX triplet: 71, 26 and 90. RGB value is (113,38,144). Sum of RGB (Red+Green+Blue) = 113+38+144=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #712690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712690 is #8ED96F. Grayscale: #484848. Windows color (decimal): -9361776 or 9447025. OLE color: 9447025.

HSL color Cylindrical-coordinate representation of color #712690: hue angle of 282.45º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #712690 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 38 144 -
CMYK 0.22 0.74 0 0.44
HSL 282.45º 0.58% 0.36% -
HSV(B) 282.45º 0.74% 0.56% -
XYZ 12.54 6.91 27.06 -
YUV 72.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 113 38 144 0.22 0.74 0 0.44 282.45 0.58 0.36
Hex 71 26 90 16 4A 0 2C 11A 3A 24
Octal 161 46 220 26 112 0 54 432 72 44
Binary 1110001 100110 10010000 10110 1001010 0 101100 100011010 111010 100100

Color Harmonies of #712690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712690

Black with #712690

Text Example


Text Example

White with #712690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712690; }

 p { color: rgb(113,38,144); }

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

background-color css

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

 a { background-color: rgb(113,38,144); }

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

border-color css

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

 span { border-color: rgb(113,38,144); }

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