Html Css Color HEX #803582 Vivid Violet

📋 copy color: '#803582'

red 128 ◦ green 53 ◦ blue 130

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

Shades of Vivid Violet #803582

Tints of Vivid Violet #803582

RGB

 RED value IS 128 (50.39% from 255) = 41.16%

 GREEN value IS 53 (21.09% from 255) = 17.04%

 BLUE value IS 130 (51.17% from 255) = 41.8%

R = 41.16%
G = 17.04%
B = 41.8%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#803582 (or 0x803582) is known color: Vivid Violet. HEX triplet: 80, 35 and 82. RGB value is (128,53,130). Sum of RGB (Red+Green+Blue) = 128+53+130=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #803582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803582 is #7FCA7D. Grayscale: #535353. Windows color (decimal): -8374910 or 8533376. OLE color: 8533376.

HSL color Cylindrical-coordinate representation of color #803582: hue angle of 298.44º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803582 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 53 130 -
CMYK 0.02 0.59 0 0.49
HSL 298.44º 0.42% 0.36% -
HSV(B) 298.44º 0.59% 0.51% -
XYZ 14.2 8.75 22.06 -
YUV 84.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 128 53 130 0.02 0.59 0 0.49 298.44 0.42 0.36
Hex 80 35 82 2 3B 0 31 12A 2A 24
Octal 200 65 202 2 73 0 61 452 52 44
Binary 10000000 110101 10000010 10 111011 0 110001 100101010 101010 100100

Color Harmonies of #803582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803582

Black with #803582

Text Example


Text Example

White with #803582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803582; }

 p { color: rgb(128,53,130); }

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

background-color css

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

 a { background-color: rgb(128,53,130); }

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

border-color css

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

 span { border-color: rgb(128,53,130); }

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