Html Css Color HEX #71398E Vivid Violet

📋 copy color: '#71398E'

red 113 ◦ green 57 ◦ blue 142

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

Shades of Vivid Violet #71398E

Tints of Vivid Violet #71398E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.27%

 BLUE value IS 142 (55.86% from 255) = 45.51%

R = 36.22%
G = 18.27%
B = 45.51%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71398E (or 0x71398E) is known color: Vivid Violet. HEX triplet: 71, 39 and 8E. RGB value is (113,57,142). Sum of RGB (Red+Green+Blue) = 113+57+142=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #71398E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71398E is #8EC671. Grayscale: #535353. Windows color (decimal): -9356914 or 9320817. OLE color: 9320817.

HSL color Cylindrical-coordinate representation of color #71398E: hue angle of 279.53º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71398E is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 57 142 -
CMYK 0.20 0.60 0 0.44
HSL 279.53º 0.43% 0.39% -
HSV(B) 279.53º 0.6% 0.56% -
XYZ 13.16 8.39 26.52 -
YUV 83.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 113 57 142 0.20 0.60 0 0.44 279.53 0.43 0.39
Hex 71 39 8E 14 3C 0 2C 118 2B 27
Octal 161 71 216 24 74 0 54 430 53 47
Binary 1110001 111001 10001110 10100 111100 0 101100 100011000 101011 100111

Color Harmonies of #71398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71398E

Black with #71398E

Text Example


Text Example

White with #71398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71398E; }

 p { color: rgb(113,57,142); }

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

background-color css

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

 a { background-color: rgb(113,57,142); }

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

border-color css

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

 span { border-color: rgb(113,57,142); }

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