Html Css Color HEX #830572 Purple

📋 copy color: '#830572'

red 131 ◦ green 5 ◦ blue 114

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

Shades of Purple #830572

Tints of Purple #830572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

 BLUE value IS 114 (44.92% from 255) = 45.6%

R = 52.4%
G = 2%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#830572 (or 0x830572) is known color: Purple. HEX triplet: 83, 05 and 72. RGB value is (131,5,114). Sum of RGB (Red+Green+Blue) = 131+5+114=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #830572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830572 is #7CFA8D. Grayscale: #363636. Windows color (decimal): -8190606 or 7472515. OLE color: 7472515.

HSL color Cylindrical-coordinate representation of color #830572: hue angle of 308.1º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830572 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 5 114 -
CMYK 0 0.96 0.13 0.49
HSL 308.1º 0.93% 0.27% -
HSV(B) 308.1º 0.96% 0.51% -
XYZ 12.45 6.15 16.45 -
YUV 55.1 161.24 182.14 -
System Red Green Blue C M Y K H S L
Decimal 131 5 114 0 0.96 0.13 0.49 308.1 0.93 0.27
Hex 83 5 72 0 60 D 31 134 5D 1B
Octal 203 5 162 0 140 15 61 464 135 33
Binary 10000011 101 1110010 0 1100000 1101 110001 100110100 1011101 11011

Color Harmonies of #830572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830572

Black with #830572

Text Example


Text Example

White with #830572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830572; }

 p { color: rgb(131,5,114); }

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

background-color css

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

 a { background-color: rgb(131,5,114); }

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

border-color css

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

 span { border-color: rgb(131,5,114); }

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