Html Css Color HEX #71258D Vivid Violet

📋 copy color: '#71258D'

red 113 ◦ green 37 ◦ blue 141

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

Shades of Vivid Violet #71258D

Tints of Vivid Violet #71258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.71%

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

R = 38.83%
G = 12.71%
B = 48.45%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71258D (or 0x71258D) is known color: Vivid Violet. HEX triplet: 71, 25 and 8D. RGB value is (113,37,141). Sum of RGB (Red+Green+Blue) = 113+37+141=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #71258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71258D is #8EDA72. Grayscale: #474747. Windows color (decimal): -9362035 or 9250161. OLE color: 9250161.

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

Color convert

RGB 113 37 141 -
CMYK 0.20 0.74 0 0.45
HSL 283.85º 0.58% 0.35% -
HSV(B) 283.85º 0.74% 0.55% -
XYZ 12.28 6.76 25.86 -
YUV 71.58 167.18 157.54 -
System Red Green Blue C M Y K H S L
Decimal 113 37 141 0.20 0.74 0 0.45 283.85 0.58 0.35
Hex 71 25 8D 14 4A 0 2D 11C 3A 23
Octal 161 45 215 24 112 0 55 434 72 43
Binary 1110001 100101 10001101 10100 1001010 0 101101 100011100 111010 100011

Color Harmonies of #71258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71258D

Black with #71258D

Text Example


Text Example

White with #71258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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