Html Css Color HEX #83067C Purple

📋 copy color: '#83067C'

red 131 ◦ green 6 ◦ blue 124

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

Shades of Purple #83067C

Tints of Purple #83067C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 47.51%

R = 50.19%
G = 2.3%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83067C (or 0x83067C) is known color: Purple. HEX triplet: 83, 06 and 7C. RGB value is (131,6,124). Sum of RGB (Red+Green+Blue) = 131+6+124=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #83067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83067C is #7CF983. Grayscale: #383838. Windows color (decimal): -8190340 or 8128131. OLE color: 8128131.

HSL color Cylindrical-coordinate representation of color #83067C: hue angle of 303.36º 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 #83067C is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 6 124 -
CMYK 0 0.95 0.05 0.49
HSL 303.36º 0.91% 0.27% -
HSV(B) 303.36º 0.95% 0.51% -
XYZ 13.06 6.41 19.62 -
YUV 56.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 131 6 124 0 0.95 0.05 0.49 303.36 0.91 0.27
Hex 83 6 7C 0 5F 5 31 12F 5B 1B
Octal 203 6 174 0 137 5 61 457 133 33
Binary 10000011 110 1111100 0 1011111 101 110001 100101111 1011011 11011

Color Harmonies of #83067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83067C

Black with #83067C

Text Example


Text Example

White with #83067C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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