Html Css Color HEX #71308D Vivid Violet

📋 copy color: '#71308D'

red 113 ◦ green 48 ◦ blue 141

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

Shades of Vivid Violet #71308D

Tints of Vivid Violet #71308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.89%

 BLUE value IS 141 (55.47% from 255) = 46.69%

R = 37.42%
G = 15.89%
B = 46.69%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71308D (or 0x71308D) is known color: Vivid Violet. HEX triplet: 71, 30 and 8D. RGB value is (113,48,141). Sum of RGB (Red+Green+Blue) = 113+48+141=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #71308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71308D is #8ECF72. Grayscale: #4D4D4D. Windows color (decimal): -9359219 or 9252977. OLE color: 9252977.

HSL color Cylindrical-coordinate representation of color #71308D: hue angle of 281.94º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71308D is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 48 141 -
CMYK 0.20 0.66 0 0.45
HSL 281.94º 0.49% 0.37% -
HSV(B) 281.94º 0.66% 0.55% -
XYZ 12.67 7.55 25.99 -
YUV 78.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 113 48 141 0.20 0.66 0 0.45 281.94 0.49 0.37
Hex 71 30 8D 14 42 0 2D 11A 31 25
Octal 161 60 215 24 102 0 55 432 61 45
Binary 1110001 110000 10001101 10100 1000010 0 101101 100011010 110001 100101

Color Harmonies of #71308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71308D

Black with #71308D

Text Example


Text Example

White with #71308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71308D; }

 p { color: rgb(113,48,141); }

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

background-color css

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

 a { background-color: rgb(113,48,141); }

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

border-color css

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

 span { border-color: rgb(113,48,141); }

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