Html Css Color HEX #83037B Purple

📋 copy color: '#83037B'

red 131 ◦ green 3 ◦ blue 123

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

Shades of Purple #83037B

Tints of Purple #83037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 50.97%
G = 1.17%
B = 47.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#83037B (or 0x83037B) is known color: Purple. HEX triplet: 83, 03 and 7B. RGB value is (131,3,123). Sum of RGB (Red+Green+Blue) = 131+3+123=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #83037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83037B is #7CFC84. Grayscale: #363636. Windows color (decimal): -8191109 or 8061827. OLE color: 8061827.

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

Color convert

RGB 131 3 123 -
CMYK 0 0.98 0.06 0.49
HSL 303.75º 0.96% 0.26% -
HSV(B) 303.75º 0.98% 0.51% -
XYZ 12.97 6.32 19.28 -
YUV 54.95 166.41 182.24 -
System Red Green Blue C M Y K H S L
Decimal 131 3 123 0 0.98 0.06 0.49 303.75 0.96 0.26
Hex 83 3 7B 0 62 6 31 130 60 1A
Octal 203 3 173 0 142 6 61 460 140 32
Binary 10000011 11 1111011 0 1100010 110 110001 100110000 1100000 11010

Color Harmonies of #83037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83037B

Black with #83037B

Text Example


Text Example

White with #83037B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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