Html Css Color HEX #71388B Vivid Violet

📋 copy color: '#71388B'

red 113 ◦ green 56 ◦ blue 139

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

Shades of Vivid Violet #71388B

Tints of Vivid Violet #71388B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.13%

R = 36.69%
G = 18.18%
B = 45.13%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71388B (or 0x71388B) is known color: Vivid Violet. HEX triplet: 71, 38 and 8B. RGB value is (113,56,139). Sum of RGB (Red+Green+Blue) = 113+56+139=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #71388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71388B is #8EC774. Grayscale: #525252. Windows color (decimal): -9357173 or 9123953. OLE color: 9123953.

HSL color Cylindrical-coordinate representation of color #71388B: hue angle of 281.2º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71388B is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 56 139 -
CMYK 0.19 0.60 0 0.45
HSL 281.2º 0.43% 0.38% -
HSV(B) 281.2º 0.6% 0.55% -
XYZ 12.88 8.2 25.33 -
YUV 82.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 113 56 139 0.19 0.60 0 0.45 281.2 0.43 0.38
Hex 71 38 8B 13 3C 0 2D 119 2B 26
Octal 161 70 213 23 74 0 55 431 53 46
Binary 1110001 111000 10001011 10011 111100 0 101101 100011001 101011 100110

Color Harmonies of #71388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71388B

Black with #71388B

Text Example


Text Example

White with #71388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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