Html Css Color HEX #71258E Vivid Violet

📋 copy color: '#71258E'

red 113 ◦ green 37 ◦ blue 142

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

Shades of Vivid Violet #71258E

Tints of Vivid Violet #71258E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.63%

R = 38.7%
G = 12.67%
B = 48.63%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71258E (or 0x71258E) is known color: Vivid Violet. HEX triplet: 71, 25 and 8E. RGB value is (113,37,142). Sum of RGB (Red+Green+Blue) = 113+37+142=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #71258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71258E is #8EDA71. Grayscale: #474747. Windows color (decimal): -9362034 or 9315697. OLE color: 9315697.

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

Color convert

RGB 113 37 142 -
CMYK 0.20 0.74 0 0.44
HSL 283.43º 0.59% 0.35% -
HSV(B) 283.43º 0.74% 0.56% -
XYZ 12.35 6.79 26.25 -
YUV 71.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 113 37 142 0.20 0.74 0 0.44 283.43 0.59 0.35
Hex 71 25 8E 14 4A 0 2C 11B 3B 23
Octal 161 45 216 24 112 0 54 433 73 43
Binary 1110001 100101 10001110 10100 1001010 0 101100 100011011 111011 100011

Color Harmonies of #71258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71258E

Black with #71258E

Text Example


Text Example

White with #71258E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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