Html Css Color HEX #850C7B Purple

📋 copy color: '#850C7B'

red 133 ◦ green 12 ◦ blue 123

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

Shades of Purple #850C7B

Tints of Purple #850C7B

RGB

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

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

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

R = 49.63%
G = 4.48%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#850C7B (or 0x850C7B) is known color: Purple. HEX triplet: 85, 0C and 7B. RGB value is (133,12,123). Sum of RGB (Red+Green+Blue) = 133+12+123=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #850C7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850C7B is #7AF384. Grayscale: #3C3C3C. Windows color (decimal): -8057733 or 8064133. OLE color: 8064133.

HSL color Cylindrical-coordinate representation of color #850C7B: hue angle of 304.96º 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 #850C7B is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 12 123 -
CMYK 0 0.91 0.08 0.48
HSL 304.96º 0.83% 0.28% -
HSV(B) 304.96º 0.91% 0.52% -
XYZ 13.38 6.68 19.32 -
YUV 60.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 133 12 123 0 0.91 0.08 0.48 304.96 0.83 0.28
Hex 85 C 7B 0 5B 8 30 131 53 1C
Octal 205 14 173 0 133 10 60 461 123 34
Binary 10000101 1100 1111011 0 1011011 1000 110000 100110001 1010011 11100

Color Harmonies of #850C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850C7B

Black with #850C7B

Text Example


Text Example

White with #850C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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