Html Css Color HEX #71328F Vivid Violet

📋 copy color: '#71328F'

red 113 ◦ green 50 ◦ blue 143

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

Shades of Vivid Violet #71328F

Tints of Vivid Violet #71328F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.34%

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

R = 36.93%
G = 16.34%
B = 46.73%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71328F (or 0x71328F) is known color: Vivid Violet. HEX triplet: 71, 32 and 8F. RGB value is (113,50,143). Sum of RGB (Red+Green+Blue) = 113+50+143=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #71328F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71328F is #8ECD70. Grayscale: #4F4F4F. Windows color (decimal): -9358705 or 9384561. OLE color: 9384561.

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

Color convert

RGB 113 50 143 -
CMYK 0.21 0.65 0 0.44
HSL 280.65º 0.48% 0.38% -
HSV(B) 280.65º 0.65% 0.56% -
XYZ 12.91 7.78 26.81 -
YUV 79.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 113 50 143 0.21 0.65 0 0.44 280.65 0.48 0.38
Hex 71 32 8F 15 41 0 2C 119 30 26
Octal 161 62 217 25 101 0 54 431 60 46
Binary 1110001 110010 10001111 10101 1000001 0 101100 100011001 110000 100110

Color Harmonies of #71328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71328F

Black with #71328F

Text Example


Text Example

White with #71328F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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