Html Css Color HEX #71249B Vivid Violet

📋 copy color: '#71249B'

red 113 ◦ green 36 ◦ blue 155

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

Shades of Vivid Violet #71249B

Tints of Vivid Violet #71249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

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

R = 37.17%
G = 11.84%
B = 50.99%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71249B (or 0x71249B) is known color: Vivid Violet. HEX triplet: 71, 24 and 9B. RGB value is (113,36,155). Sum of RGB (Red+Green+Blue) = 113+36+155=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #71249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71249B is #8EDB64. Grayscale: #484848. Windows color (decimal): -9362277 or 10167409. OLE color: 10167409.

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

Color convert

RGB 113 36 155 -
CMYK 0.27 0.77 0 0.39
HSL 278.82º 0.62% 0.37% -
HSV(B) 278.82º 0.77% 0.61% -
XYZ 13.36 7.14 31.68 -
YUV 72.59 174.51 156.82 -
System Red Green Blue C M Y K H S L
Decimal 113 36 155 0.27 0.77 0 0.39 278.82 0.62 0.37
Hex 71 24 9B 1B 4D 0 27 117 3E 25
Octal 161 44 233 33 115 0 47 427 76 45
Binary 1110001 100100 10011011 11011 1001101 0 100111 100010111 111110 100101

Color Harmonies of #71249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71249B

Black with #71249B

Text Example


Text Example

White with #71249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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