Html Css Color HEX #83027B Purple

📋 copy color: '#83027B'

red 131 ◦ green 2 ◦ blue 123

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

Shades of Purple #83027B

Tints of Purple #83027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 51.17%
G = 0.78%
B = 48.05%

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

#83027B (or 0x83027B) is known color: Purple. HEX triplet: 83, 02 and 7B. RGB value is (131,2,123). Sum of RGB (Red+Green+Blue) = 131+2+123=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #83027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83027B is #7CFD84. Grayscale: #363636. Windows color (decimal): -8191365 or 8061571. OLE color: 8061571.

HSL color Cylindrical-coordinate representation of color #83027B: hue angle of 303.72º degrees, saturation: 0.97, 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 #83027B is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 2 123 -
CMYK 0 0.98 0.06 0.49
HSL 303.72º 0.97% 0.26% -
HSV(B) 303.72º 0.98% 0.51% -
XYZ 12.96 6.3 19.27 -
YUV 54.37 166.74 182.66 -
System Red Green Blue C M Y K H S L
Decimal 131 2 123 0 0.98 0.06 0.49 303.72 0.97 0.26
Hex 83 2 7B 0 62 6 31 130 61 1A
Octal 203 2 173 0 142 6 61 460 141 32
Binary 10000011 10 1111011 0 1100010 110 110001 100110000 1100001 11010

Color Harmonies of #83027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83027B

Black with #83027B

Text Example


Text Example

White with #83027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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