Html Css Color HEX #712698 Vivid Violet

📋 copy color: '#712698'

red 113 ◦ green 38 ◦ blue 152

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

Shades of Vivid Violet #712698

Tints of Vivid Violet #712698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 50.17%

R = 37.29%
G = 12.54%
B = 50.17%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#712698 (or 0x712698) is known color: Vivid Violet. HEX triplet: 71, 26 and 98. RGB value is (113,38,152). Sum of RGB (Red+Green+Blue) = 113+38+152=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #712698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712698 is #8ED967. Grayscale: #494949. Windows color (decimal): -9361768 or 9971313. OLE color: 9971313.

HSL color Cylindrical-coordinate representation of color #712698: hue angle of 279.47º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712698 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 38 152 -
CMYK 0.26 0.75 0 0.40
HSL 279.47º 0.6% 0.37% -
HSV(B) 279.47º 0.75% 0.6% -
XYZ 13.17 7.16 30.39 -
YUV 73.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 113 38 152 0.26 0.75 0 0.40 279.47 0.6 0.37
Hex 71 26 98 1A 4B 0 28 117 3C 25
Octal 161 46 230 32 113 0 50 427 74 45
Binary 1110001 100110 10011000 11010 1001011 0 101000 100010111 111100 100101

Color Harmonies of #712698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712698

Black with #712698

Text Example


Text Example

White with #712698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712698; }

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

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

background-color css

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

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

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

border-color css

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

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

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