Html Css Color HEX #711898 Vivid Violet

📋 copy color: '#711898'

red 113 ◦ green 24 ◦ blue 152

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

Shades of Vivid Violet #711898

Tints of Vivid Violet #711898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.3%

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

R = 39.1%
G = 8.3%
B = 52.6%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#711898 (or 0x711898) is known color: Vivid Violet. HEX triplet: 71, 18 and 98. RGB value is (113,24,152). Sum of RGB (Red+Green+Blue) = 113+24+152=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #711898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711898 is #8EE767. Grayscale: #404040. Windows color (decimal): -9365352 or 9967729. OLE color: 9967729.

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

Color convert

RGB 113 24 152 -
CMYK 0.26 0.84 0 0.40
HSL 281.72º 0.73% 0.35% -
HSV(B) 281.72º 0.84% 0.6% -
XYZ 12.8 6.43 30.27 -
YUV 65.2 176.99 162.09 -
System Red Green Blue C M Y K H S L
Decimal 113 24 152 0.26 0.84 0 0.40 281.72 0.73 0.35
Hex 71 18 98 1A 54 0 28 11A 49 23
Octal 161 30 230 32 124 0 50 432 111 43
Binary 1110001 11000 10011000 11010 1010100 0 101000 100011010 1001001 100011

Color Harmonies of #711898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711898

Black with #711898

Text Example


Text Example

White with #711898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711898; }

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

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

background-color css

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

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

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

border-color css

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

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

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