Html Css Color HEX #71269B Vivid Violet

📋 copy color: '#71269B'

red 113 ◦ green 38 ◦ blue 155

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

Shades of Vivid Violet #71269B

Tints of Vivid Violet #71269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.42%

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

R = 36.93%
G = 12.42%
B = 50.65%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71269B (or 0x71269B) is known color: Vivid Violet. HEX triplet: 71, 26 and 9B. RGB value is (113,38,155). Sum of RGB (Red+Green+Blue) = 113+38+155=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #71269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71269B is #8ED964. Grayscale: #494949. Windows color (decimal): -9361765 or 10167921. OLE color: 10167921.

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

Color convert

RGB 113 38 155 -
CMYK 0.27 0.75 0 0.39
HSL 278.46º 0.61% 0.38% -
HSV(B) 278.46º 0.75% 0.61% -
XYZ 13.42 7.26 31.71 -
YUV 73.76 173.85 155.99 -
System Red Green Blue C M Y K H S L
Decimal 113 38 155 0.27 0.75 0 0.39 278.46 0.61 0.38
Hex 71 26 9B 1B 4B 0 27 116 3D 26
Octal 161 46 233 33 113 0 47 426 75 46
Binary 1110001 100110 10011011 11011 1001011 0 100111 100010110 111101 100110

Color Harmonies of #71269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71269B

Black with #71269B

Text Example


Text Example

White with #71269B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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