Html Css Color HEX #833275 Dark Purple

📋 copy color: '#833275'

red 131 ◦ green 50 ◦ blue 117

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

Shades of Dark Purple #833275

Tints of Dark Purple #833275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

 BLUE value IS 117 (46.09% from 255) = 39.26%

R = 43.96%
G = 16.78%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#833275 (or 0x833275) is known color: Dark Purple. HEX triplet: 83, 32 and 75. RGB value is (131,50,117). Sum of RGB (Red+Green+Blue) = 131+50+117=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #833275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833275 is #7CCD8A. Grayscale: #515151. Windows color (decimal): -8179083 or 7680643. OLE color: 7680643.

HSL color Cylindrical-coordinate representation of color #833275: hue angle of 310.37º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833275 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 50 117 -
CMYK 0 0.62 0.11 0.49
HSL 310.37º 0.45% 0.35% -
HSV(B) 310.37º 0.62% 0.51% -
XYZ 13.71 8.39 17.73 -
YUV 81.86 147.84 163.05 -
System Red Green Blue C M Y K H S L
Decimal 131 50 117 0 0.62 0.11 0.49 310.37 0.45 0.35
Hex 83 32 75 0 3E B 31 136 2D 23
Octal 203 62 165 0 76 13 61 466 55 43
Binary 10000011 110010 1110101 0 111110 1011 110001 100110110 101101 100011

Color Harmonies of #833275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833275

Black with #833275

Text Example


Text Example

White with #833275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833275; }

 p { color: rgb(131,50,117); }

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

background-color css

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

 a { background-color: rgb(131,50,117); }

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

border-color css

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

 span { border-color: rgb(131,50,117); }

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