Html Css Color HEX #71388F Vivid Violet

📋 copy color: '#71388F'

red 113 ◦ green 56 ◦ blue 143

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

Shades of Vivid Violet #71388F

Tints of Vivid Violet #71388F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.95%

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

R = 36.22%
G = 17.95%
B = 45.83%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71388F (or 0x71388F) is known color: Vivid Violet. HEX triplet: 71, 38 and 8F. RGB value is (113,56,143). Sum of RGB (Red+Green+Blue) = 113+56+143=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 143 - color contains mainly: blue. Hex color #71388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71388F is #8EC770. Grayscale: #525252. Windows color (decimal): -9357169 or 9386097. OLE color: 9386097.

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

Color convert

RGB 113 56 143 -
CMYK 0.21 0.61 0 0.44
HSL 279.31º 0.44% 0.39% -
HSV(B) 279.31º 0.61% 0.56% -
XYZ 13.18 8.32 26.9 -
YUV 82.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 113 56 143 0.21 0.61 0 0.44 279.31 0.44 0.39
Hex 71 38 8F 15 3D 0 2C 117 2C 27
Octal 161 70 217 25 75 0 54 427 54 47
Binary 1110001 111000 10001111 10101 111101 0 101100 100010111 101100 100111

Color Harmonies of #71388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71388F

Black with #71388F

Text Example


Text Example

White with #71388F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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