Html Css Color HEX #71308F Vivid Violet

📋 copy color: '#71308F'

red 113 ◦ green 48 ◦ blue 143

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

Shades of Vivid Violet #71308F

Tints of Vivid Violet #71308F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.04%

R = 37.17%
G = 15.79%
B = 47.04%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71308F (or 0x71308F) is known color: Vivid Violet. HEX triplet: 71, 30 and 8F. RGB value is (113,48,143). Sum of RGB (Red+Green+Blue) = 113+48+143=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #71308F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71308F is #8ECF70. Grayscale: #4D4D4D. Windows color (decimal): -9359217 or 9384049. OLE color: 9384049.

HSL color Cylindrical-coordinate representation of color #71308F: hue angle of 281.05º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71308F is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 48 143 -
CMYK 0.21 0.66 0 0.44
HSL 281.05º 0.5% 0.37% -
HSV(B) 281.05º 0.66% 0.56% -
XYZ 12.82 7.61 26.78 -
YUV 78.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 113 48 143 0.21 0.66 0 0.44 281.05 0.5 0.37
Hex 71 30 8F 15 42 0 2C 119 32 25
Octal 161 60 217 25 102 0 54 431 62 45
Binary 1110001 110000 10001111 10101 1000010 0 101100 100011001 110010 100101

Color Harmonies of #71308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71308F

Black with #71308F

Text Example


Text Example

White with #71308F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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