Html Css Color HEX #83017B Purple

📋 copy color: '#83017B'

red 131 ◦ green 1 ◦ blue 123

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

Shades of Purple #83017B

Tints of Purple #83017B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 123 (48.44% from 255) = 48.24%

R = 51.37%
G = 0.39%
B = 48.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#83017B (or 0x83017B) is known color: Purple. HEX triplet: 83, 01 and 7B. RGB value is (131,1,123). Sum of RGB (Red+Green+Blue) = 131+1+123=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #83017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83017B is #7CFE84. Grayscale: #353535. Windows color (decimal): -8191621 or 8061315. OLE color: 8061315.

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

Color convert

RGB 131 1 123 -
CMYK 0 0.99 0.06 0.49
HSL 303.69º 0.98% 0.26% -
HSV(B) 303.69º 0.99% 0.51% -
XYZ 12.95 6.28 19.27 -
YUV 53.78 167.07 183.08 -
System Red Green Blue C M Y K H S L
Decimal 131 1 123 0 0.99 0.06 0.49 303.69 0.98 0.26
Hex 83 1 7B 0 63 6 31 130 62 1A
Octal 203 1 173 0 143 6 61 460 142 32
Binary 10000011 1 1111011 0 1100011 110 110001 100110000 1100010 11010

Color Harmonies of #83017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83017B

Black with #83017B

Text Example


Text Example

White with #83017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83017B; }

 p { color: rgb(131,1,123); }

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

background-color css

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

 a { background-color: rgb(131,1,123); }

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

border-color css

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

 span { border-color: rgb(131,1,123); }

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