Html Css Color HEX #83067F Purple

📋 copy color: '#83067F'

red 131 ◦ green 6 ◦ blue 127

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

Shades of Purple #83067F

Tints of Purple #83067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.27%

 BLUE value IS 127 (50% from 255) = 48.11%

R = 49.62%
G = 2.27%
B = 48.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#83067F (or 0x83067F) is known color: Purple. HEX triplet: 83, 06 and 7F. RGB value is (131,6,127). Sum of RGB (Red+Green+Blue) = 131+6+127=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #83067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83067F is #7CF980. Grayscale: #383838. Windows color (decimal): -8190337 or 8324739. OLE color: 8324739.

HSL color Cylindrical-coordinate representation of color #83067F: hue angle of 301.92º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83067F is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 6 127 -
CMYK 0 0.95 0.03 0.49
HSL 301.92º 0.91% 0.27% -
HSV(B) 301.92º 0.95% 0.51% -
XYZ 13.26 6.49 20.63 -
YUV 57.17 167.41 180.66 -
System Red Green Blue C M Y K H S L
Decimal 131 6 127 0 0.95 0.03 0.49 301.92 0.91 0.27
Hex 83 6 7F 0 5F 3 31 12E 5B 1B
Octal 203 6 177 0 137 3 61 456 133 33
Binary 10000011 110 1111111 0 1011111 11 110001 100101110 1011011 11011

Color Harmonies of #83067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83067F

Black with #83067F

Text Example


Text Example

White with #83067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83067F; }

 p { color: rgb(131,6,127); }

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

background-color css

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

 a { background-color: rgb(131,6,127); }

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

border-color css

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

 span { border-color: rgb(131,6,127); }

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