Html Css Color HEX #850C7C Purple

📋 copy color: '#850C7C'

red 133 ◦ green 12 ◦ blue 124

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

Shades of Purple #850C7C

Tints of Purple #850C7C

RGB

 RED value IS 133 (52.34% from 255) = 49.44%

 GREEN value IS 12 (5.08% from 255) = 4.46%

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

R = 49.44%
G = 4.46%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#850C7C (or 0x850C7C) is known color: Purple. HEX triplet: 85, 0C and 7C. RGB value is (133,12,124). Sum of RGB (Red+Green+Blue) = 133+12+124=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #850C7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850C7C is #7AF383. Grayscale: #3C3C3C. Windows color (decimal): -8057732 or 8129669. OLE color: 8129669.

HSL color Cylindrical-coordinate representation of color #850C7C: hue angle of 304.46º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C7C is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 12 124 -
CMYK 0 0.91 0.07 0.48
HSL 304.46º 0.83% 0.28% -
HSV(B) 304.46º 0.91% 0.52% -
XYZ 13.44 6.7 19.65 -
YUV 60.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 133 12 124 0 0.91 0.07 0.48 304.46 0.83 0.28
Hex 85 C 7C 0 5B 7 30 130 53 1C
Octal 205 14 174 0 133 7 60 460 123 34
Binary 10000101 1100 1111100 0 1011011 111 110000 100110000 1010011 11100

Color Harmonies of #850C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850C7C

Black with #850C7C

Text Example


Text Example

White with #850C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850C7C; }

 p { color: rgb(133,12,124); }

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

background-color css

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

 a { background-color: rgb(133,12,124); }

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

border-color css

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

 span { border-color: rgb(133,12,124); }

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