Html Css Color HEX #71259C Vivid Violet

📋 copy color: '#71259C'

red 113 ◦ green 37 ◦ blue 156

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

Shades of Vivid Violet #71259C

Tints of Vivid Violet #71259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.98%

R = 36.93%
G = 12.09%
B = 50.98%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71259C (or 0x71259C) is known color: Vivid Violet. HEX triplet: 71, 25 and 9C. RGB value is (113,37,156). Sum of RGB (Red+Green+Blue) = 113+37+156=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #71259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71259C is #8EDA63. Grayscale: #484848. Windows color (decimal): -9362020 or 10233201. OLE color: 10233201.

HSL color Cylindrical-coordinate representation of color #71259C: hue angle of 278.32º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71259C is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 37 156 -
CMYK 0.28 0.76 0 0.39
HSL 278.32º 0.62% 0.38% -
HSV(B) 278.32º 0.76% 0.61% -
XYZ 13.47 7.23 32.14 -
YUV 73.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 113 37 156 0.28 0.76 0 0.39 278.32 0.62 0.38
Hex 71 25 9C 1C 4C 0 27 116 3E 26
Octal 161 45 234 34 114 0 47 426 76 46
Binary 1110001 100101 10011100 11100 1001100 0 100111 100010110 111110 100110

Color Harmonies of #71259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71259C

Black with #71259C

Text Example


Text Example

White with #71259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71259C; }

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

 H1.HeaderClassName
 {
   color: #71259C;
 }
 .AnyTagClassName
 {
   color: #71259C;
 }
</style>

background-color css

<style>
 a { background-color: #71259C; }

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

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

border-color css

<style>
 span { border-color: #71259C; }

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

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