Html Css Color HEX #71398C Vivid Violet

📋 copy color: '#71398C'

red 113 ◦ green 57 ◦ blue 140

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

Shades of Vivid Violet #71398C

Tints of Vivid Violet #71398C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.16%

R = 36.45%
G = 18.39%
B = 45.16%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71398C (or 0x71398C) is known color: Vivid Violet. HEX triplet: 71, 39 and 8C. RGB value is (113,57,140). Sum of RGB (Red+Green+Blue) = 113+57+140=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #71398C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71398C is #8EC673. Grayscale: #525252. Windows color (decimal): -9356916 or 9189745. OLE color: 9189745.

HSL color Cylindrical-coordinate representation of color #71398C: hue angle of 280.48º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71398C is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 57 140 -
CMYK 0.19 0.59 0 0.45
HSL 280.48º 0.42% 0.39% -
HSV(B) 280.48º 0.59% 0.55% -
XYZ 13.01 8.33 25.73 -
YUV 83.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 113 57 140 0.19 0.59 0 0.45 280.48 0.42 0.39
Hex 71 39 8C 13 3B 0 2D 118 2A 27
Octal 161 71 214 23 73 0 55 430 52 47
Binary 1110001 111001 10001100 10011 111011 0 101101 100011000 101010 100111

Color Harmonies of #71398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71398C

Black with #71398C

Text Example


Text Example

White with #71398C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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