Html Css Color HEX #824791 Vivid Violet

📋 copy color: '#824791'

red 130 ◦ green 71 ◦ blue 145

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

Shades of Vivid Violet #824791

Tints of Vivid Violet #824791

RGB

 RED value IS 130 (51.17% from 255) = 37.57%

 GREEN value IS 71 (28.13% from 255) = 20.52%

 BLUE value IS 145 (57.03% from 255) = 41.91%

R = 37.57%
G = 20.52%
B = 41.91%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#824791 (or 0x824791) is known color: Vivid Violet. HEX triplet: 82, 47 and 91. RGB value is (130,71,145). Sum of RGB (Red+Green+Blue) = 130+71+145=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #824791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824791 is #7DB86E. Grayscale: #606060. Windows color (decimal): -8239215 or 9521026. OLE color: 9521026.

HSL color Cylindrical-coordinate representation of color #824791: hue angle of 287.84º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #824791 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 71 145 -
CMYK 0.10 0.51 0 0.43
HSL 287.84º 0.34% 0.42% -
HSV(B) 287.84º 0.51% 0.57% -
XYZ 16.57 11.3 28.1 -
YUV 97.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 130 71 145 0.10 0.51 0 0.43 287.84 0.34 0.42
Hex 82 47 91 A 33 0 2B 120 22 2A
Octal 202 107 221 12 63 0 53 440 42 52
Binary 10000010 1000111 10010001 1010 110011 0 101011 100100000 100010 101010

Color Harmonies of #824791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824791

Black with #824791

Text Example


Text Example

White with #824791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824791; }

 p { color: rgb(130,71,145); }

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

background-color css

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

 a { background-color: rgb(130,71,145); }

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

border-color css

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

 span { border-color: rgb(130,71,145); }

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