Html Css Color HEX #830075 Purple

📋 copy color: '#830075'

red 131 ◦ green 0 ◦ blue 117

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

Shades of Purple #830075

Tints of Purple #830075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.82%
G = 0%
B = 47.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#830075 (or 0x830075) is known color: Purple. HEX triplet: 83, 00 and 75. RGB value is (131,0,117). Sum of RGB (Red+Green+Blue) = 131+0+117=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #830075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830075 is #7CFF8A. Grayscale: #343434. Windows color (decimal): -8191883 or 7667843. OLE color: 7667843.

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

Color convert

RGB 131 0 117 -
CMYK 0 1 0.11 0.49
HSL 306.41º 1% 0.26% -
HSV(B) 306.41º 1% 0.51% -
XYZ 12.57 6.11 17.35 -
YUV 52.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 131 0 117 0 1 0.11 0.49 306.41 1 0.26
Hex 83 0 75 0 64 B 31 132 64 1A
Octal 203 0 165 0 144 13 61 462 144 32
Binary 10000011 0 1110101 0 1100100 1011 110001 100110010 1100100 11010

Color Harmonies of #830075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830075

Black with #830075

Text Example


Text Example

White with #830075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830075; }

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

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

background-color css

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

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

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

border-color css

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

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

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