Html Css Color HEX #71289B Vivid Violet

📋 copy color: '#71289B'

red 113 ◦ green 40 ◦ blue 155

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

Shades of Vivid Violet #71289B

Tints of Vivid Violet #71289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

 BLUE value IS 155 (60.94% from 255) = 50.32%

R = 36.69%
G = 12.99%
B = 50.32%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71289B (or 0x71289B) is known color: Vivid Violet. HEX triplet: 71, 28 and 9B. RGB value is (113,40,155). Sum of RGB (Red+Green+Blue) = 113+40+155=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #71289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71289B is #8ED764. Grayscale: #4A4A4A. Windows color (decimal): -9361253 or 10168433. OLE color: 10168433.

HSL color Cylindrical-coordinate representation of color #71289B: hue angle of 278.09º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71289B is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 40 155 -
CMYK 0.27 0.74 0 0.39
HSL 278.09º 0.59% 0.38% -
HSV(B) 278.09º 0.74% 0.61% -
XYZ 13.49 7.39 31.73 -
YUV 74.94 173.18 155.15 -
System Red Green Blue C M Y K H S L
Decimal 113 40 155 0.27 0.74 0 0.39 278.09 0.59 0.38
Hex 71 28 9B 1B 4A 0 27 116 3B 26
Octal 161 50 233 33 112 0 47 426 73 46
Binary 1110001 101000 10011011 11011 1001010 0 100111 100010110 111011 100110

Color Harmonies of #71289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71289B

Black with #71289B

Text Example


Text Example

White with #71289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,40,155); }

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

background-color css

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

 a { background-color: rgb(113,40,155); }

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

border-color css

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

 span { border-color: rgb(113,40,155); }

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