Html Css Color HEX #850673 Purple

📋 copy color: '#850673'

red 133 ◦ green 6 ◦ blue 115

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

Shades of Purple #850673

Tints of Purple #850673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

 BLUE value IS 115 (45.31% from 255) = 45.28%

R = 52.36%
G = 2.36%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#850673 (or 0x850673) is known color: Purple. HEX triplet: 85, 06 and 73. RGB value is (133,6,115). Sum of RGB (Red+Green+Blue) = 133+6+115=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #850673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850673 is #7AF98C. Grayscale: #383838. Windows color (decimal): -8059277 or 7538309. OLE color: 7538309.

HSL color Cylindrical-coordinate representation of color #850673: hue angle of 308.5º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850673 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 6 115 -
CMYK 0 0.95 0.14 0.48
HSL 308.5º 0.91% 0.27% -
HSV(B) 308.5º 0.95% 0.52% -
XYZ 12.83 6.35 16.77 -
YUV 56.4 161.08 182.64 -
System Red Green Blue C M Y K H S L
Decimal 133 6 115 0 0.95 0.14 0.48 308.5 0.91 0.27
Hex 85 6 73 0 5F E 30 135 5B 1B
Octal 205 6 163 0 137 16 60 465 133 33
Binary 10000101 110 1110011 0 1011111 1110 110000 100110101 1011011 11011

Color Harmonies of #850673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850673

Black with #850673

Text Example


Text Example

White with #850673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850673; }

 p { color: rgb(133,6,115); }

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

background-color css

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

 a { background-color: rgb(133,6,115); }

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

border-color css

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

 span { border-color: rgb(133,6,115); }

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