Html Css Color HEX #833574 Dark Purple

📋 copy color: '#833574'

red 131 ◦ green 53 ◦ blue 116

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

Shades of Dark Purple #833574

Tints of Dark Purple #833574

RGB

 RED value IS 131 (51.56% from 255) = 43.67%

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

 BLUE value IS 116 (45.7% from 255) = 38.67%

R = 43.67%
G = 17.67%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#833574 (or 0x833574) is known color: Dark Purple. HEX triplet: 83, 35 and 74. RGB value is (131,53,116). Sum of RGB (Red+Green+Blue) = 131+53+116=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #833574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833574 is #7CCA8B. Grayscale: #535353. Windows color (decimal): -8178316 or 7615875. OLE color: 7615875.

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

Color convert

RGB 131 53 116 -
CMYK 0 0.60 0.11 0.49
HSL 311.54º 0.42% 0.36% -
HSV(B) 311.54º 0.6% 0.51% -
XYZ 13.79 8.63 17.46 -
YUV 83.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 131 53 116 0 0.60 0.11 0.49 311.54 0.42 0.36
Hex 83 35 74 0 3C B 31 138 2A 24
Octal 203 65 164 0 74 13 61 470 52 44
Binary 10000011 110101 1110100 0 111100 1011 110001 100111000 101010 100100

Color Harmonies of #833574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833574

Black with #833574

Text Example


Text Example

White with #833574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833574; }

 p { color: rgb(131,53,116); }

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

background-color css

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

 a { background-color: rgb(131,53,116); }

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

border-color css

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

 span { border-color: rgb(131,53,116); }

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