Html Css Color HEX #71248D Vivid Violet

📋 copy color: '#71248D'

red 113 ◦ green 36 ◦ blue 141

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

Shades of Vivid Violet #71248D

Tints of Vivid Violet #71248D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.41%

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

R = 38.97%
G = 12.41%
B = 48.62%

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

#71248D (or 0x71248D) is known color: Vivid Violet. HEX triplet: 71, 24 and 8D. RGB value is (113,36,141). Sum of RGB (Red+Green+Blue) = 113+36+141=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #71248D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71248D is #8EDB72. Grayscale: #464646. Windows color (decimal): -9362291 or 9249905. OLE color: 9249905.

HSL color Cylindrical-coordinate representation of color #71248D: hue angle of 284º degrees, saturation: 0.59, 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 #71248D is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 36 141 -
CMYK 0.20 0.74 0 0.45
HSL 284º 0.59% 0.35% -
HSV(B) 284º 0.74% 0.55% -
XYZ 12.25 6.7 25.85 -
YUV 70.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 113 36 141 0.20 0.74 0 0.45 284 0.59 0.35
Hex 71 24 8D 14 4A 0 2D 11C 3B 23
Octal 161 44 215 24 112 0 55 434 73 43
Binary 1110001 100100 10001101 10100 1001010 0 101101 100011100 111011 100011

Color Harmonies of #71248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71248D

Black with #71248D

Text Example


Text Example

White with #71248D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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