Html Css Color HEX #71268B Vivid Violet

📋 copy color: '#71268B'

red 113 ◦ green 38 ◦ blue 139

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

Shades of Vivid Violet #71268B

Tints of Vivid Violet #71268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.93%

R = 38.97%
G = 13.1%
B = 47.93%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71268B (or 0x71268B) is known color: Vivid Violet. HEX triplet: 71, 26 and 8B. RGB value is (113,38,139). Sum of RGB (Red+Green+Blue) = 113+38+139=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #71268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71268B is #8ED974. Grayscale: #474747. Windows color (decimal): -9361781 or 9119345. OLE color: 9119345.

HSL color Cylindrical-coordinate representation of color #71268B: hue angle of 284.55º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71268B is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 38 139 -
CMYK 0.19 0.73 0 0.45
HSL 284.55º 0.57% 0.35% -
HSV(B) 284.55º 0.73% 0.55% -
XYZ 12.16 6.76 25.09 -
YUV 71.94 165.85 157.29 -
System Red Green Blue C M Y K H S L
Decimal 113 38 139 0.19 0.73 0 0.45 284.55 0.57 0.35
Hex 71 26 8B 13 49 0 2D 11D 39 23
Octal 161 46 213 23 111 0 55 435 71 43
Binary 1110001 100110 10001011 10011 1001001 0 101101 100011101 111001 100011

Color Harmonies of #71268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71268B

Black with #71268B

Text Example


Text Example

White with #71268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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